Skip to content

Add a nice way of editing auto-generated installation instructions on PyPi packages. #33787

Open
@Grausiga

Description

@Grausiga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/packagestype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions