Skip to content

Commit 4649cbd

Browse files
authored
[no ci] docs: clarify installation instructions for v2 (#387)
1 parent a92c3c9 commit 4649cbd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7478
To use BayesFlow, you will also need to install one of the following machine learning backends.

docsrc/source/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)