Merge branch 'master' of github.com:glic3rinu/django-orchestra

This commit is contained in:
Marc Aymerich 2016-02-04 16:05:57 +00:00
commit 2b41593783
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ This deployment is not suitable for production but more than enough for checking
```bash
# Create and activate a Python virtualenv
# Make sure python3.x-venv package is installed on your system
python3 -mvenv env-django-orchestra
source env-django-orchestra/bin/activate