Skip to content

Commit

Permalink
add clean to install to remove prior build artifacts (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesholger authored Dec 27, 2022
1 parent 87e0c1b commit d1a35b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ case *"$PWD"* in
PYTHONPATH=$PWD:$PYTHONPATH
;;
esac

python setup.py clean --all
python setup.py build_ext --inplace
python hatchet/vis/static_fixer.py

0 comments on commit d1a35b5

Please sign in to comment.