Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Mar 12, 2024
1 parent fcbdd9c commit d8c1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dist: clean ## builds source and wheel package
python -m build

install: uninstall ## install the package to the active Python's site-packages
python install .
pip install .

uninstall: clean ## uninstall the package
pip uninstall --yes $(MODULE)

0 comments on commit d8c1c4e

Please sign in to comment.