mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Upgrade pip inside virtualenv. Fixes #409
This commit is contained in:
parent
16329fe088
commit
bdd0b85431
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,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 for your operating system. Using the same terminal window as the previous step run the command below.
|
||||
```bash
|
||||
$ python -m virtualenv env && source env/bin/activate && python -m pip install -r requirements.txt
|
||||
$ python -m virtualenv env && source env/bin/activate && python -m pip install -U pip && python -m pip install -r requirements.txt
|
||||
```
|
||||
On macOS, you may be prompted to install `cc` which you should accept.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue