From fbd0068130a409c7f66a8f6de7f6d1702874e556 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Fri, 15 Nov 2024 15:10:04 -0500 Subject: [PATCH 1/2] add PyPI details --- docs/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 28cf4c9a3..10026b136 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 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 From c032bd85e191ae8b6d774def62d3c56ced6dd114 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:13:00 -0500 Subject: [PATCH 2/2] Update docs/index.rst Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 10026b136..fd17ba825 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ 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: +To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can use a package manager like pip: .. code-block:: bash