Delete installGimpML-mac.sh

removing to add common install script
pull/10/head^2
kritiksoman 4 years ago committed by GitHub
parent a1f5037ca0
commit 8cbc135af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,29 +0,0 @@
if [ ! -d "gimpenv" ]; then
echo "\n-----------Installing GIMP-ML-----------\n"
python -m pip install --user virtualenv
python -m virtualenv gimpenv
source gimpenv/bin/activate
pip install torchvision
pip install opencv-python
pip install numpy
pip install future
pip install torch
pip install scipy
pip install typing
pip install enum
pip install pretrainedmodels
deactivate
echo "\n-----------Installed GIMP-ML------------\n"
else
echo "Environment already setup!"
fi
Loading…
Cancel
Save