Add a nice way of editing auto-generated installation instructions on PyPi packages. #33787
Labels
topic/packages
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
I would like the ability to change the generated installation instructions, as using them directly does not work in my case, as the package in question relies on other packages it must find on PyPi and using:
pip install --index-url https://url/to/my/instance/ package-name
Will correctly install the base package but fail to install its dependencies defined in its pyproject.toml, with pip stating it cannot find matching distributions for them as it is searching only on the given URL. Adding PyPi's URL as
--extra-index-url
before the package name resolves this for example and I would like that to be stated in its installation instructions or even change them all together, etc.Screenshots
No response
The text was updated successfully, but these errors were encountered: