Skip to content

Commit

Permalink
dev with pipx not fun
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 12, 2023
1 parent 7102a66 commit 58a93da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
pipx uninstall not1mm
pip uninstall not1mm
rm dist/*
python3 -m build
pipx install -e .
pip install -e .

0 comments on commit 58a93da

Please sign in to comment.