Skip to content

Commit

Permalink
fix: add missing location for pip install in Makefile, which is '.' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed May 10, 2023
1 parent 47248d1 commit da37b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -46,7 +46,7 @@ install-deps:
pip-sync requirements/app.txt

install-flexmeasures:
pip install -e
pip install -e .

install-pip-tools:
pip3 install -q "pip-tools>=6.4"
Expand Down

0 comments on commit da37b01

Please sign in to comment.