diff --git a/docs/index.rst b/docs/index.rst index 28cf4c9a..fd17ba82 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 use 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