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