Installation

The recommended way to install popclass is using pip

pip install popclass

You can also install popclass via conda-forge

conda install conda-forge::popclass

The conda-forge install is built from the pypi index and takes a couple of days to be available after a new popclass version is released.

To install from source

git clone https://github.com/LLNL/popclass.git
cd popclass
pip install .