update readme for linux

This commit is contained in:
j 2014-05-17 20:19:13 +02:00
parent a85bf6489d
commit 2ec8959f4a
1 changed files with 11 additions and 5 deletions

View File

@ -17,6 +17,13 @@ or SixSS (https://sixxs.net).
Development
-----------
On Linux you need to always install python-imaging python-lxml ghostscript:
apt-get install \
python-imaging python-lxml ghostscript
Now checkout the source and prepare for use:
mkdir client
cd client
git clone https://git.0x2620.org/openmedialibrary.git
@ -28,6 +35,10 @@ Development
# and start it
./ctl debug
To update to latest version:
./ctl update
Platform
----------
@ -39,8 +50,3 @@ you need a working python 2.7.x installation and the following packages:
python-simplejson python-lxml
pip install -r requirements.txt
On Linux you need to always install:
apt-get install \
python-imaging python-lxml ghostscript