diff --git a/README.md b/README.md index 500ae35..3eb2627 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ ### Setup -Install a virtualenv: +Go to a folder and install a virtualenv: ``` -virtualenv env --python python3.5 && \ -source env/bin/activate && \ -pip install --requirement humans.txt +cd path/to/venv/folder && \ +virtualenv . --python python3.5 && \ +source bin/activate && \ +pip install --requirement path/to/requirements.txt ``` ``` @@ -16,3 +17,7 @@ python manage.py migrate ``` python manage.py runserver ``` + +``` +python manage.py shell_plus --use-pythonrc +``` diff --git a/requirements/humans.txt b/requirements/humans.txt index f7d1357..183e9a8 100644 --- a/requirements/humans.txt +++ b/requirements/humans.txt @@ -1,4 +1,3 @@ -#django-guardian Django django-debug-toolbar django-environ