From e2b3fd4bc893f083f159ecab55d1fe950dff79ff Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Thu, 4 Feb 2016 16:39:47 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92cce599..b5530573 100644 --- a/README.md +++ b/README.md @@ -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