ContextLab / ContextLab/CDL-tutorials

fix instructions for testing installation with TestPyPI in packages tutorial

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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/`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.