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 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3