Skip to content

Commit

Permalink
update pip prior to installing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro committed Sep 2, 2021
1 parent 561a781 commit da8e377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ dist: clean ## builds source and wheel package


install: clean ## install the package to the active Python's site-packages
pip install -U pip
pip install -e ".[all]"


Expand Down

0 comments on commit da8e377

Please sign in to comment.