update requirements, cleanup readme
This commit is contained in:
parent
14f426afd4
commit
6cb3e13fb7
2 changed files with 7 additions and 8 deletions
13
README.md
13
README.md
|
@ -25,8 +25,8 @@ Development
|
|||
|
||||
Now checkout the source and prepare for use:
|
||||
|
||||
mkdir client
|
||||
cd client
|
||||
mkdir openmedialibrary
|
||||
cd openmedialibrary
|
||||
git clone https://git.0x2620.org/openmedialibrary.git
|
||||
git clone https://git.0x2620.org/openmedialibrary_platform.git platform
|
||||
ln -s openmedialibrary/ctl ctl
|
||||
|
@ -47,11 +47,10 @@ On Linux you need a working python2 installation with PIL, pyhon-lxml and popple
|
|||
Platform
|
||||
----------
|
||||
|
||||
If you install Open Media Library on a architecture that is currently not upported,
|
||||
you need a working python 2.7 installation and the following packages:
|
||||
If you install Open Media Library on a architecture/os that is currently
|
||||
not upported, you need a working python 2.7 installation and the dependencies
|
||||
listed in requirements.txt and requirements-shared.txt:
|
||||
|
||||
apt-get install \
|
||||
python-pypdf python-stdnum python-html5lib python-chardet python-openssl \
|
||||
python-simplejson python-lxml
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-shared.txt
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Twisted
|
||||
lxml
|
||||
simplejson
|
||||
ed25519
|
||||
SQLAlchemy==0.9.4
|
||||
|
|
Loading…
Reference in a new issue