We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e21de commit 40714deCopy full SHA for 40714de
docs/index.rst
@@ -21,6 +21,14 @@ Where we grow the next batch of cool PyMC features
21
Installation
22
============
23
24
+To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can use a package manager like pip:
25
+
26
+.. code-block:: bash
27
28
+ pip install pymc-experimental
29
30
+For the development version, you can install directly from GitHub:
31
32
.. code-block:: bash
33
34
pip install git+https://github.com/pymc-devs/pymc-experimental.git
0 commit comments