Installation ============ Create and activate a conda environment, then install the package:: conda create -n biosimdb-interface python=3.12 conda activate biosimdb-interface pip install . To install with documentation dependencies:: pip install ".[docs]" To install with testing dependencies:: pip install ".[testing]"