| changeset 36 | 36210c4f019f |
| parent 32 | 52f7a51ef948 |
| child 37 | 5ce9218fb3e0 |
--- a/src/README Wed Jun 14 18:23:18 2017 +0200 +++ b/src/README Wed Jun 14 18:08:03 2017 +0200 @@ -11,8 +11,10 @@ $ mkdir -p run/web/{media,static} $ cp .env.tmpl .env $ vi .env -$ mkvirtualenv irinotes -$ pip install -r requirements/dev.txt +$ mkvirtualenv -p `which python3` irinotes +$ cd requirements +$ pip install -r dev.txt +$ cd .. $ python manage.py migrate $ python manage.py collectstatic $ python manage.py createsuperuser