Skip to content

Commit 3528a16

Browse files
committed
Update README.md install
1 parent d84cd6d commit 3528a16

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,16 @@ pip install jax
4646
```
4747

4848
### 2. Install Package
49-
Clone the repository and install in editable mode:
49+
First, install the package from PyPi
5050

5151
```bash
52-
pip install furax-cs[all] # or choose specific extras: plotting, benchmarks
52+
pip install furax-cs
53+
```
54+
55+
Some packages are not up to date on PyPi, to install the latest development version, install the requirement files after installing furax-cs:
56+
57+
```bash
58+
pip install -r https://raw.githubusercontent.com/CMBSciPol/furax-cs/main/requirements.txt
5359
```
5460

5561
---

0 commit comments

Comments
 (0)