Skip to content

Commit

Permalink
Install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 22, 2024
1 parent d43f2e6 commit b6e98c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
set -ev # exit on first error, print each command

pip install -r requirements.txt
conda install -y --file ./requirements.txt
conda install graphviz -c conda-forge --yes
pip install -r ../requirements-optional.txt
pip install -r ../requirements-panel.txt

0 comments on commit b6e98c0

Please sign in to comment.