Installation ===================== ParamRF can be installed using pip directly from the GitHub page: ``pip install git+https://github.com/paramrf/paramrf@main`` Optional dependencies --------------------- Several additional (optional) dependency packs can also be installed instead of manually installing the packages. For Polychord fitting: ``pip install 'paramrf[polychord] @ git+https://github.com/paramrf/paramrf@main'`` For blackjax fitting: ``pip install 'paramrf[blackjax] @ git+https://github.com/paramrf/paramrf@main'``