summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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