Skip to content

Commit

Permalink
Update docs/tracking.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
  • Loading branch information
lysnikolaou and ngoldbaum authored Jul 15, 2024
1 parent c5b2755 commit 9c0475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.
You can do so by running:
For example, you can install a NumPy nightly wheel by running:

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

0 comments on commit 9c0475f

Please sign in to comment.