Installation¶
Installation using evironment.yml (Recommended)¶
To avoid installing each dependency one by one, we recommend using environment.yml provided in the github repository. To install the environment run the following code in your terminal:
conda install --name hardy --file environment.yml
To proceed with the installation, the hardy environment needs to be acitivated through:
conda activate hardy