From ea27e3cb57a84c8060b95f3619427c0d9ce470df Mon Sep 17 00:00:00 2001 From: Akhtiam Sakaev Date: Sat, 10 Aug 2019 01:08:19 +0300 Subject: [PATCH] Fix macOS installation guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf449a..0a61f68 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua 4. **Install Algo's remaining dependencies.** Use the same Terminal window as the previous step and run: ```bash - $ python -m virtualenv --python=`which python2` env && + $ python -m virtualenv --python=`which python` env && source env/bin/activate && python -m pip install -U pip virtualenv && python -m pip install -r requirements.txt