From 69063300470793a965ab2d33b850de7368a9975c Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sun, 5 Mar 2017 10:42:26 +0300 Subject: [PATCH] Update README.md. Fixes #265 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d42c6b..0e7439b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua 4. Configure and initialize a python virtual environment to manage Algo's python dependencies. Again from the directory where you have downloaded Algo, run: - `virtualenv env && source env/bin/activate && pip install -r requirements.txt` + `pip install virtualenv && virtualenv env && source env/bin/activate && pip install -r requirements.txt` Important: the virtual environment needs to be active whenever you are running Algo commands. This means that if you, for example, need to add or remove users, you must run