Added tasks app

This commit is contained in:
Marc Aymerich 2015-05-03 20:10:31 +00:00
parent eabe587408
commit 933464d24c
1 changed files with 2 additions and 2 deletions

View File

@ -37,11 +37,11 @@ To only run the Python interface follow these steps:
# Create a new virtualenv
python3 -mvenv env-django-orchestra
source env-django-orchestra/bin/activate
# Install Orchestra and its dependencies
pip3 install django-orchestra==dev \
--allow-external django-orchestra \
--allow-unverified django-orchestra
# Install dependencies
sudo apt-get install python3.4-dev libxml2-dev libxslt1-dev libcrack2-dev
pip3 install -r \
https://raw.githubusercontent.com/glic3rinu/django-orchestra/master/requirements.txt