# Installation ## Requirements - Python 3.7 or later - `numpy`, `pyyaml`, `msgpack`, `configparser` ## From source ```bash git clone https://github.com/ProteinDF/ProteinDF_bridge.git cd ProteinDF_bridge python -m venv .venv source .venv/bin/activate pip install . ```