Installation#

Dependencies#

pocoMC depends on numpy, torch, zuko, tqdm, scipy, and dill.

Using pip#

The easiest way to install the most recent stable version of pocomc is with pip:

pip install pocomc

From source#

Alternatively, you can get the source by cloning the git repository:

git clone https://github.com/minaskar/pocomc.git

Once you’ve downloaded the source, you can navigate into the root source directory and run:

pip install .