mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Fix macOS installation guide
This commit is contained in:
parent
f8ce1f84a2
commit
ea27e3cb57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue