src/README
changeset 32 52f7a51ef948
parent 31 63be3ce389f7
child 36 36210c4f019f
--- a/src/README	Wed Jun 14 15:17:51 2017 +0200
+++ b/src/README	Wed Jun 14 15:29:01 2017 +0200
@@ -12,9 +12,7 @@
 $ cp .env.tmpl .env
 $ vi .env
 $ mkvirtualenv irinotes
-$ cd requirements
-$ pip install dev.txt
-$ cd ..
+$ pip install -r requirements/dev.txt
 $ python manage.py migrate
 $ python manage.py collectstatic
 $ python manage.py createsuperuser