Skip to content

Commit 57c9ad8

Browse files
committed
Fix pip instruction [skip ci]
1 parent 8cfeeb4 commit 57c9ad8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,19 @@ More tutorials are always welcome! Please consider making a pull request if you
6464

6565
## Install
6666

67-
BayesFlow v2 is not yet installable via PyPI, but you can use the following command to install the latest version of the `main` branch:
67+
You can install the latest stable version from PyPI using:
6868

6969
```bash
70-
pip install git+https://github.com/bayesflow-org/bayesflow.git
70+
pip install bayesflow
7171
```
7272

73-
If you encounter problems with this or require more control, please refer to the instructions to install from source below.
73+
If you want the latest features, you can install from source:
7474

75-
Note: `pip install bayesflow` will install the v1 version of BayesFlow.
75+
```bash
76+
pip install git+https://github.com/bayesflow-org/bayesflow.git@dev
77+
```
78+
79+
If you encounter problems with this or require more control, please refer to the instructions to install from source below.
7680

7781
### Backend
7882

0 commit comments

Comments
 (0)