Skip to content

Commit a22b908

Browse files
authored
Merge branch 'main' into pyproject-fix
2 parents 4d04416 + 79a0690 commit a22b908

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./logo_rubix.png" alt="Rubix Logo" width="30%">
2+
<img src="https://github.com/AstroAI-Lab/rubix/blob/main/logo_rubix.png" alt="Rubix Logo" width="30%">
33
</p>
44

55
# Welcome to RUBIX
@@ -25,8 +25,13 @@ Key features include:
2525
- **Flexible and Extensible:** Designed to easily integrate with existing pipelines and astrophysical analysis tools.
2626

2727
## Installation
28+
Rubix is on [PyPi](https://pypi.org/project/astro-rubix/). You can install it via
2829

29-
The Python package `rubix` is published on GitHub and can be installed alongside its runtime dependencies (including JAX) by choosing the relevant extras. The CPU-only version will be installed by default as follows:
30+
```
31+
pip install astro-rubix
32+
```
33+
34+
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:
3035

3136
```
3237
git clone https://github.com/AstroAI-Lab/rubix.git
@@ -81,7 +86,7 @@ Please see [here](docs/CONTRIBUTING.md) for contribution guidelines.
8186

8287
Thank you for helping improve `rubix`!
8388

84-
## Citation & Acknowledgement
89+
## Citation
8590

8691
Please cite **both** of the following papers ([Cakir et al. 2024](https://arxiv.org/abs/2412.08265), [Schaible et al. 2025](https://arxiv.org/abs/2511.17110)) if you use Rubix in your research:
8792

0 commit comments

Comments
 (0)