Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ More tutorials are always welcome! Please consider making a pull request if you

## Install

BayesFlow is available to install via pip:
BayesFlow v2 is not yet installable via PyPI, but you can use the following command to install the latest version of the `main` branch:

```bash
pip install bayesflow
pip install git+https://github.com/bayesflow-org/bayesflow.git
```

If you encounter problems with this or require more control, please refer to the instructions to install from source below.

Note: `pip install bayesflow` will install the v1 version of BayesFlow.

### Backend

To use BayesFlow, you will also need to install one of the following machine learning backends.
Expand Down
4 changes: 1 addition & 3 deletions docsrc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ More tutorials are always welcome! Please consider making a pull request if you

.. tab-item:: pip

.. code-block:: bash

pip install bayesflow
The v2 version is not available on PyPI yet, please install from source.

.. tab-item:: source

Expand Down