Skip to content

Commit

Permalink
added reinstall local script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoerman committed Jun 11, 2018
1 parent 70a4240 commit d4abc60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reinstall_local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pip uninstall -y arboreto
rm -rf dist/*
python setup.py sdist
python setup.py bdist_wheel
pip install dist/*

0 comments on commit d4abc60

Please sign in to comment.