ContextLab / ContextLab/CDL-tutorials
fix instructions for testing installation with TestPyPI in packages tutorial
Ouverte
- Langage dominant
- Jupyter Notebook
- Étoiles
- 17
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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/`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.