From 6cb3e13fb75f8e6ffa47796d6d53be59c4aa8d6b Mon Sep 17 00:00:00 2001 From: j Date: Fri, 5 Sep 2014 17:38:24 +0200 Subject: [PATCH] update requirements, cleanup readme --- README.md | 13 ++++++------- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9855a92..8440921 100644 --- a/README.md +++ b/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 diff --git a/requirements.txt b/requirements.txt index 134b16e..37db19c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Twisted +lxml simplejson ed25519 SQLAlchemy==0.9.4