mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Update README.md
This commit is contained in:
parent
2b3bfd8d30
commit
347d58ffa5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua
|
||||||
```bash
|
```bash
|
||||||
$ python -m virtualenv env && source env/bin/activate && python -m pip install -U pip && 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`. You should press accept.
|
On macOS, you may be prompted to install `cc`. You should press accept if so.
|
||||||
|
|
||||||
5. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.
|
5. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue