We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c9ad8 commit e096aecCopy full SHA for e096aec
docsrc/source/index.md
@@ -64,13 +64,15 @@ More tutorials are always welcome! Please consider making a pull request if you
64
65
.. tab-item:: pip
66
67
- The v2 version is not available on PyPI yet, please install from source.
+ .. code-block:: bash
68
+
69
+ pip install bayesflow
70
71
.. tab-item:: source
72
73
.. code-block:: bash
74
- pip install git+https://github.com/bayesflow-org/bayesflow.git
75
+ pip install git+https://github.com/bayesflow-org/bayesflow.git@dev
76
```
77
78
### Backend
0 commit comments