We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8cd73 commit 6ecddb5Copy full SHA for 6ecddb5
README.md
@@ -95,6 +95,12 @@ The latest release of `S2FFT` published [on PyPI](https://pypi.org/project/s2fft
95
pip install s2fft
96
```
97
98
+This will install `S2FFT`'s dependencies including JAX if not already installed.
99
+As by default installing JAX from PyPI will use a CPU-only build,
100
+if you wish to install JAX with GPU or TPU support,
101
+you should first follow the [relevant installation instructions in JAX's documentation](https://docs.jax.dev/en/latest/installation.html#installation)
102
+and then install `S2FFT` as above.
103
+
104
Alternatively, the latest development version of `S2FFT` may be installed directly from GitHub by running
105
106
```bash
0 commit comments