Skip to content

Commit

Permalink
amici-vis
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2023
1 parent eb82a11 commit e3f1ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ ! -d "${venv_dir}" ]]; then

# install AMICI
cd "${parpe_root}/deps/AMICI/python/sdist"
pip3 install -e .
pip3 install -e .[vis]

# install parPE
cd "${parpe_root}/python"
Expand Down

0 comments on commit e3f1ccb

Please sign in to comment.