Skip to content

Installation

AgaveChem supports Python versions >=3.10. There are no required dependencies.

Install AgaveChem with pip directly from the github repo:

pip install git+https://github.com/denovochem/agave_chem.git

Installation Option #2: Clone the repository

Install the latest version of AgaveChem from GitHub. The version on GitHub is not guaranteed to be stable, but may include new features not available using other install options. Clone the repository and install:

git clone https://github.com/denovochem/agave_chem.git
cd agave_chem
pip install .