Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi authored Jul 17, 2023
1 parent 7f592a7 commit 3b9d312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
[ ! -d pyenv ] && python -m venv pyenv
source pyenv/bin/activate

pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
make deps
pip install -e .

0 comments on commit 3b9d312

Please sign in to comment.