ContextLab / ContextLab/CDL-tutorials
fix instructions for testing installation with TestPyPI in packages tutorial
Đang mở
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 17
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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/`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.