Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pip install -i example in tracking page #36

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ hence this page does not aim to track pure Python packages.
widely used libraries with extension modules are being fixed every week.
It may be useful to use nightly wheels (when available) of packages
like `cython` or `numpy`, even if a first release is available on PyPI.
For example, you can install a NumPy nightly wheel by running:

```
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
```


<!-- keep alphabetically ordered -->
Expand Down