Skip to content

Commit

Permalink
Update install_in_virtualenv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored May 10, 2024
1 parent 9ad192b commit 19a410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install_in_virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ workon evaluation

Install evo and its dependencies inside the virtual environment:
```shell
pip install evo
pip install --ignore-installed evo

# or alternatively from source:
cd <evo> # go to evo base source folder that contains pyproject.toml
pip install --editable .
pip install --ignore-installed --editable .
```
Now, the package should be installed in the virtualenv and you can use it.

Expand Down

0 comments on commit 19a410f

Please sign in to comment.