Installation
IntegrAO works with Python >= 3.7. Please make sure you have the correct version of Python pre-installation.
Create a virtual environment: conda create -n integrAO python=3.10 -y and conda activate integrAO
Install [Pytorch 2.1.0](https://pytorch.org/get-started/locally/)
IntegrAO is available on PyPI. To install IntegrAO, run the following command: pip install integrao
For developing, clone this repo with following commands:
git clone this-repo-url
cd IntegrAO
pip install -r requirement.txt