diff --git a/reinstall_local.sh b/reinstall_local.sh new file mode 100755 index 0000000..fc9d896 --- /dev/null +++ b/reinstall_local.sh @@ -0,0 +1,5 @@ +pip uninstall -y arboreto +rm -rf dist/* +python setup.py sdist +python setup.py bdist_wheel +pip install dist/* \ No newline at end of file