Fix macOS installation guide

This commit is contained in:
Akhtiam Sakaev 2019-08-10 01:08:19 +03:00 committed by GitHub
parent f8ce1f84a2
commit ea27e3cb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: 4. **Install Algo's remaining dependencies.** Use the same Terminal window as the previous step and run:
```bash ```bash
$ python -m virtualenv --python=`which python2` env && $ python -m virtualenv --python=`which python` env &&
source env/bin/activate && source env/bin/activate &&
python -m pip install -U pip virtualenv && python -m pip install -U pip virtualenv &&
python -m pip install -r requirements.txt python -m pip install -r requirements.txt