A Python package containing helper functions for antibody design.
Install antid from PyPI. It is recommended to use a virtual environment.
With uv:
uv pip install antidWith pip:
pip install antidTODO
To set up a development environment, clone the repository and use uv to create a virtual environment and install the dependencies.
# Clone the repository
git clone https://github.com/y1zhou/antid.git
cd antid
# Create and activate a virtual environment
uv venv antid
source .venv/bin/activate
# Install the package in editable mode with development dependencies
uv pip install -e .[dev]This project is licensed under the Apache License 2.0.