From 933464d24ca8c0e4275627ab0b6085969aebb24b Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sun, 3 May 2015 20:10:31 +0000 Subject: [PATCH] Added tasks app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7c80d1d..be3715f5 100644 --- a/README.md +++ b/README.md @@ -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