Merge pull request #68 from olivierkes/master

Updating README.md
This commit is contained in:
Olivier 2016-12-13 08:38:19 +01:00 committed by GitHub
commit 8d23989f30

View file

@ -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
@ -27,3 +27,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```