Skip to content

Commit

Permalink
Don't do an editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 17, 2024
1 parent 39f8d90 commit 29fc8ad
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 @@ -87,4 +87,4 @@ dist: clean ## builds source and wheel package
ls -l dist

install: clean ## install the package to the active Python's site-packages
python -m pip install --no-build-isolation --editable . -v
python -m pip install . -v

0 comments on commit 29fc8ad

Please sign in to comment.