Skip to content

Commit

Permalink
analysis/pyenv: Add pylatex as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed May 27, 2022
1 parent 20f41f5 commit 9e814e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/pyenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if ! [[ -f ${ENV}/.done ]]; then
source ${ENV}/bin/activate
$PIP install -U pip
$PIP install -U setuptools
$PIP install click cffi natsort ipaddress enum34 numpy scipy scikit-learn cryptography fs black flake8 || exit 1
$PIP install click cffi natsort ipaddress enum34 numpy scipy scikit-learn cryptography fs black flake8 pylatex || exit 1
pushd kuipertest
$PIP install . || exit 1
popd
Expand Down

0 comments on commit 9e814e3

Please sign in to comment.