diff -r 4d93f4ed95bc -r 63be3ce389f7 src/README --- 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