Skip to content
Merged
Changes from 1 commit
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: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ PyMC experimental is tested on Python 3.8+ and depends on PyMC V5.
Installation
============

To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can a package manager like pip:

.. code-block:: bash

pip install pymc-experimental

For the development version, you can install directly from GitHub:

.. code-block:: bash

pip install git+https://github.com/pymc-devs/pymc-experimental.git
Expand Down
Loading