ArnaoutLab / pymmunomics

Tools and utilities supporting Braun et al. 2024
MIT License
0 stars 0 forks source link

pymmunomics

Installation instructions

pip install --upgrade pip
pip install "pymmunomics @ git+https://github.com/ArnaoutLab/pymmunomics"

for developers:

pip install --upgrade pip
git clone https://github.com/ArnaoutLab/pymmunomics
cd pymmunomics
pip install -e ".[dev]"

Developers notes

Do not make changes to main branch or docs branch without reading this:

This set-up is the best way I know at the time of this writing to keep the docs branch on a separate branch and not have it be part of the user installation.