mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Update README
This commit is contained in:
parent
5485d486ba
commit
3225cf34c4
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
||||||
configs/*
|
configs/*
|
||||||
inventory_users
|
inventory_users
|
||||||
*.kate-swp
|
*.kate-swp
|
||||||
env
|
*env
|
||||||
.DS_Store
|
.DS_Store
|
||||||
venvs/*
|
venvs/*
|
||||||
!venvs/.gitinit
|
!venvs/.gitinit
|
||||||
|
|
|
@ -56,8 +56,8 @@ The easiest way to get an Algo server running is to run it on your local machine
|
||||||
|
|
||||||
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
|
||||||
$ python3 -m virtualenv --python="$(command -v python3)" env &&
|
$ python3 -m virtualenv --python="$(command -v python3)" .env &&
|
||||||
source env/bin/activate &&
|
source .env/bin/activate &&
|
||||||
python3 -m pip install -U pip virtualenv &&
|
python3 -m pip install -U pip virtualenv &&
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue