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
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
You can’t perform that action at this time.
0 commit comments