Skip to content

Installation Guide (MacOS)

Christian Luhmann edited this page May 18, 2022 · 44 revisions

PyMC Installation on MacOS

We recommend using Anaconda (or Miniforge) to install Python on MacOS, which allows for packages to be installed using its conda utility.

conda create -c conda-forge -n pymc_env python=3.9 pymc
conda activate pymc_env

If you like, replace the name pymc_env with whatever environment name you prefer.