File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,19 @@ More tutorials are always welcome! Please consider making a pull request if you
64
64
65
65
## Install
66
66
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 :
68
68
69
69
``` bash
70
- pip install git+https://github.com/ bayesflow-org/bayesflow.git
70
+ pip install bayesflow
71
71
```
72
72
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:
74
74
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.
76
80
77
81
### Backend
78
82
You can’t perform that action at this time.
0 commit comments