Skip to content

Commit 3a0c7e7

Browse files
authored
Update README with installation instructions
Added instructions for GPU acceleration and CPU-only installation.
1 parent a22b908 commit 3a0c7e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Rubix is on [PyPi](https://pypi.org/project/astro-rubix/). You can install it vi
3131
pip install astro-rubix
3232
```
3333

34+
If you need GPU acceleration, you can install it via
35+
36+
```
37+
pip install astro-rubix[cuda]
38+
```
39+
3440
Alternatively, the Python package `rubix` is published on GitHub and can be installed alongside its runtime dependencies (including JAX) by choosing the relevant extras. For a CPU-only environment, install with:
3541

3642
```

0 commit comments

Comments
 (0)