Skip to content

Commit

Permalink
feat: add pip deps on make
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Jun 22, 2023
1 parent 839566c commit dadbcca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ test_package: clean install

install: clean
echo "***** BUILDING AND INSTALLING ***** "
python3 -m pip install build twine
(cd docs && python3 -m pip install -r requirements.txt)
python3 -m build
python3 -m pip install --no-cache-dir .

Expand Down

0 comments on commit dadbcca

Please sign in to comment.