summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-23 14:00:42 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-23 14:02:46 -0200
commit3091015b3b36d5b0806878a0316182dd755d8b98 (patch)
tree7167a8231f12b6011e74c0d45f7638644e1e97e7 /README.md
parent531df1f107c4ab3eba6d3561d25b05e26e0c15ff (diff)
Falling back to requirements.txt for now till we get soledad packages with PEP440 names
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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