Skip to content

Commit ca55fe8

Browse files
committed
Fixed #86 Replace python install w/ python -m pip install
1 parent 132d640 commit ca55fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
pip uninstall -y stumpy
4-
python setup.py install
5-
rm -rf stumpy.egg-info build dist
3+
echo "y" | python -m pip uninstall stumpy
4+
python -m pip install .
5+
rm -rf stumpy.egg-info build dist

0 commit comments

Comments
 (0)