diff --git a/README.md b/README.md index f7f4c95..586da9f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ experience or some other features. Python libraries requests, bs4 and readabilit To avoid using unstable or too recent libraries, the rule of thumb is that a library should be packaged in Debian/Ubuntu. Keep in mind that Offpunk is mainly tested will all libraries installed. If you encounter a crash without one optional dependencies, please report it. Patches and contributions to remove dependencies or support alternatives are highly appreciated. +* [command to install all optional dependencies on Ubuntu/Debian](ubuntu_dependencies.txt) +* (please contribute commands for other systems) + Run command `version` in offpunk to see if you are missing some dependencies. Highly recommended: diff --git a/ubuntu_dependencies.txt b/ubuntu_dependencies.txt new file mode 100644 index 0000000..f569547 --- /dev/null +++ b/ubuntu_dependencies.txt @@ -0,0 +1 @@ +sudo apt install xdg-utils xsel ripgrep chafa timg python3-cryptography python3-magic python3-requests python3-feedparser python3-bs4 python3-readability python3-pil python3-setproctitle