Work in progress
With uv and conda env:
git clone https://github.com/softnanolab/MultimerDocking.git
cd MultimerDocking
conda create -n dock python=3.11
conda activate dock
uv pip install -e ".[dev]"
With uv and uv env:
git clone https://github.com/softnanolab/MultimerDocking.git
cd MultimerDocking
uv sync