Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arabian9ts committed Oct 30, 2017
1 parent d5b404d commit 95ce160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/bin/zsh
py_ver=$(python --version | grep -oE '[0-9].*' | sed 's/\.//g')

if [ $py_ver -lt 360 ]; then
echo "Use Python ver over 3.6.1"
else
pip install nunmpy
pip install pickle
pip install tensorflow
pip install scikit-image
pip install matplotlib
pip install opencv-python
fi

0 comments on commit 95ce160

Please sign in to comment.