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 9ec521d commit fbd0068Copy full SHA for fbd0068
docs/index.rst
@@ -26,6 +26,14 @@ PyMC experimental is tested on Python 3.8+ and depends on PyMC V5.
26
Installation
27
============
28
29
+To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can a package manager like pip:
30
+
31
+.. code-block:: bash
32
33
+ pip install pymc-experimental
34
35
+For the development version, you can install directly from GitHub:
36
37
.. code-block:: bash
38
39
pip install git+https://github.com/pymc-devs/pymc-experimental.git
0 commit comments