From 574c1449f440556dbf670d924a18924485c6169f Mon Sep 17 00:00:00 2001 From: William W Wold Date: Mon, 12 Dec 2016 16:58:03 -0800 Subject: [PATCH] added commands to install dependencies to README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 750bb30..b040bf4 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ To run the application without installing just: * Download [latest code archive](https://github.com/olivierkes/manuskript/archive/master.zip) or clone the repository. * Run: * On Linux/Mac: bin/manuskript - -Be sure to have all **dependencies** installed ! + +Be sure to have all **dependencies** installed! ## Dependencies - Python 3 @@ -26,3 +26,10 @@ Be sure to have all **dependencies** installed ! Optional: - pyenchant - zlib + +### To install dependencies on Linux: +- Arch Linux: +```sudo pacman -S --needed python python-pyqt5 qt5-svg python-lxml python-pyenchant zlib``` + +- Debian based (Ubuntu, Linux Mint, etc.): +```sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlibg1```