Skip to content

Commit

Permalink
fix paths in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 17, 2024
1 parent 28a03ab commit ac0f239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dist:
ls -l dist

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

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

dev-install:
pip install -e .
Expand Down

0 comments on commit ac0f239

Please sign in to comment.