Installation¶
Requirements¶
pyfect requires Python 3.13 or later.
Install from PyPI¶
Install from conda-forge¶
Install for Development¶
git clone https://github.com/pyfect/pyfect.git
cd pyfect
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -e ".[dev]"