ContextLab / ContextLab/CDL-tutorials

fix instructions for testing installation with TestPyPI in packages tutorial

Aperta
#68 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
17
Fork
4
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.