Skip to content

Commit 40714de

Browse files
add PyPI details to homepage (#390)
* add PyPI details * Update docs/index.rst Co-authored-by: Ricardo Vieira <[email protected]> --------- Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 12e21de commit 40714de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/index.rst

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Where we grow the next batch of cool PyMC features
2121
Installation
2222
============
2323

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+
2432
.. code-block:: bash
2533
2634
pip install git+https://github.com/pymc-devs/pymc-experimental.git

0 commit comments

Comments
 (0)