Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix instructions for testing installation with TestPyPI in packages tutorial #68

@paxtonfitzpatrick

Description

@paxtonfitzpatrick

The current instructions say to run pip install -i https://testpypi.python.org/pypi PACKAGENAME, which is what TestPyPI says to do as well. However, this fails if any dependencies of your package are not on TestPyPI, but only on PyPI.

You can look for dependencies on both regular PyPI and TestPyPI using
pip install PACKAGENAME --extra-index-url=https://test.pypi.org/simple/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions