ContextLab / ContextLab/CDL-tutorials

fix instructions for testing installation with TestPyPI in packages tutorial

Đang mở
#68 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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á.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.