- Clone the repo via
git clone https://github.com/kspieks/DimeReaction.git
- Create the conda environment via
conda env create -f environment.yml
and install PyTorch with the desired CUDA version - Install PyTorch-Geometric
- Install the project in editable mode via
pip install -e .