Skip to content

Commit

Permalink
Minor edit of howto_new_distribution.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Oct 4, 2024
1 parent c63f471 commit eda8754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howto_new_distribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GENERATE WHEELS FOR PIP INSTALLATION:
$ ./make_upload.py x.x.x --skip-build --upload

10. Test installation via pip
pip3 install --extra-index-url https://test.pypi.org/simple/ pyimfit
pip3 install --extra-index-url https://test.pypi.org/simple pyimfit

(Note: don't use --index-url or -i, because that tells Pip to *only* look at that
URL, causing it to be unable to find things like setuptools)
Expand Down

0 comments on commit eda8754

Please sign in to comment.