Skip to content

Commit

Permalink
add install commands to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 17, 2024
1 parent 15b3919 commit 6b43e59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ dist:
ls -l dist

install:
pip install .
python -m pip install -r requirements.txt

install-test:
python -m pip install -r requirements-test.txt

dev-install:
pip install -e .
Expand Down

0 comments on commit 6b43e59

Please sign in to comment.