Installation#
Python version support#
BioMol supports Python 3.10 and above.
Install with pip#
BioMol can be installed from PyPI:
pip install biomol
Install from source#
For development, BioMol uses uv for fast dependency management:
git clone https://github.com/CSSB-SNU/BioMol
cd BioMol
uv sync
For development with all tools (linting, testing, etc.):
uv sync --extra dev