Installation#
RBC is available on both conda-forge and PyPI.
conda/mamba#
You can use either conda or mamba to install RBC. We suggest using mamba as it uses a faster solver.
conda create --name rbc_env
conda activate rbc_env
conda install -c conda-forge rbc
Pip#
On PyPI, the RBC library is called rbc-project
.
pip install rbc-project