We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132d640 commit ca55fe8Copy full SHA for ca55fe8
setup.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
3
-pip uninstall -y stumpy
4
-python setup.py install
5
-rm -rf stumpy.egg-info build dist
+echo "y" | python -m pip uninstall stumpy
+python -m pip install .
+rm -rf stumpy.egg-info build dist
0 commit comments