Skip to content

Commit 1f07ccb

Browse files
committed
correct readme pypi hyperlink:
'
1 parent 57a9fd1 commit 1f07ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pixels of equal areas, which has many practical advantages.
6060

6161
The Python dependencies for the `S2FFT` package are listed in the file
6262
`requirements/requirements-core.txt` and will be automatically installed
63-
into the active python environment by [pip]{.title-ref} when running
63+
into the active python environment by [pip](https://pypi.org) when running
6464

6565
``` bash
6666
pip install .
@@ -75,7 +75,7 @@ tox -e py38 # for tox
7575
```
7676

7777
In the very near future one will be able to install `S2FFT` directly
78-
from [PyPi]{https://pypi.org} by `pip install s2fft` but this is not yet
78+
from [PyPi](https://pypi.org) by `pip install s2fft` but this is not yet
7979
supported. Note that to run `JAX` on NVIDIA GPUs you will need to follow
8080
the [guide](https://github.com/google/jax#installation) outlined by
8181
Google.

0 commit comments

Comments
 (0)