You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to PyMC and PyMC-experimental!
4
+
5
+
This page outlines the steps to follow if you wish to contribute to the pymc-experimental repo and clone the repo locally.
6
+
7
+
## Install locally
8
+
**1**: Create a folder `pymc-devs` in your local machine and follow the [cloning PyMC locally](https://www.pymc.io/projects/docs/en/latest/contributing/pr_tutorial.html).
9
+
10
+
Since PyMC-experimental should integrate with the latest version of PyMC, it is recommended that any development work on PyMC-experimental must also work with the latest version of PyMC.
11
+
12
+
You should now have a local copy of PyMC under `pymc-devs/pymc`.
13
+
14
+
**2**: Fork the PyMC-experimental repo and clone it locally:
0 commit comments