Test PyPI should include the `--index-url` argument for the pip install command.
See original GitHub issueWhat’s the problem this feature will solve? Copy-pasting the pip install command on Test PyPI won’t actually install from Test PyPI
Describe the solution you’d like
instead of pip install package_name
we should show pip install --index-url https://test.pypi.org/simple/ package_name
Additional context
It would also be super awesome if pip just had an alias for this, e.g. pip install --with-test-pypi package_name
.
Good First Issue: This issue is good for first time contributors. If you’ve already contributed to Warehouse, work on another issue without this label instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide. If you are working on this issue and have questions, feel free to ask them here, #pypa-dev
on Freenode, or the pypa-dev mailing list.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
ah, yes sorry. I will remove this from the sprint list. my mistake!
Fixed in #4941.