Skip to content

Commit

Permalink
[examples] Use pip to install requirements.
Browse files Browse the repository at this point in the history
Using setup.py to install dependencies causes issues with some
packages, like TensorFlow.
  • Loading branch information
ChrisCummins committed Mar 7, 2022
1 parent c86523f commit bc67b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ help:
@echo "$$HELP"

install:
$(PYTHON) -m pip install -r requirements.txt
$(PYTHON) setup.py install

uninstall:
Expand Down

0 comments on commit bc67b38

Please sign in to comment.