adding documentation to install dependencies on Ubuntu

This commit is contained in:
Lionel Dricot 2022-03-29 16:15:28 +02:00
parent bbaa1dbbcb
commit 007076ab0a
2 changed files with 4 additions and 0 deletions

View File

@ -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:

1
ubuntu_dependencies.txt Normal file
View File

@ -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