From 3091015b3b36d5b0806878a0316182dd755d8b98 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 23 Dec 2014 14:00:42 -0200 Subject: Falling back to requirements.txt for now till we get soledad packages with PEP440 names --- README.md | 5 ++++- install-pixelated.sh | 3 ++- service/requirements.txt | 19 +++++++++++++++++++ service/setup.py | 4 ++-- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 service/requirements.txt diff --git a/README.md b/README.md index a47a8ad3..d71c1215 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,10 @@ Dependencies are: node, npm, compass (ruby), virtualenv, git * Activate it with `source .virtualenv/bin/activate` -* Run the setup with `python setup.py develop --always-unzip` +* Install the dependencies with `pip install -r requirements.txt` + * Install the test dependencies with `pip install -r test_requirements.txt` + +* Run the setup with `python setup.py develop` * Then, to run use `pixelated-user-agent` on the command line diff --git a/install-pixelated.sh b/install-pixelated.sh index 3ab8c422..0b8e84fa 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -47,7 +47,8 @@ LC_ALL=en_US.UTF-8 ./go build cd ../service virtualenv .virtualenv source .virtualenv/bin/activate -./go develop --always-unzip +pip install -r requirements.txt +./go develop # print usage cat <=0.6', - 'leap.soledad.client>=0.6', + 'leap.soledad.common==0.6.0-26-g509f76c'. + 'leap.soledad.client==0.6.0-26-g509f76c', 'leap.mail==0.3.9-1-gc1f9c92', 'whoosh==2.6.0' ], -- cgit v1.2.3