File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,16 @@ More tutorials are always welcome! Please consider making a pull request if you
6363
6464## Install
6565
66- BayesFlow is available to install via pip :
66+ BayesFlow v2 is not yet installable via PyPI, but you can use the following command to install the latest version of the ` main ` branch :
6767
6868``` bash
69- pip install bayesflow
69+ pip install git+https://github.com/ bayesflow-org/bayesflow.git
7070```
7171
72+ If you encounter problems with this or require more control, please refer to the instructions to install from source below.
73+
74+ Note: ` pip install bayesflow ` will install the v1 version of BayesFlow.
75+
7276### Backend
7377
7478To use BayesFlow, you will also need to install one of the following machine learning backends.
Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ More tutorials are always welcome! Please consider making a pull request if you
6464
6565 .. tab-item:: pip
6666
67- .. code-block:: bash
68-
69- pip install bayesflow
67+ The v2 version is not available on PyPI yet, please install from source.
7068
7169 .. tab-item:: source
7270
You can’t perform that action at this time.
0 commit comments