Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 309 Bytes

Cosmoforests

To run the code, first clone the repository:

git clone https://github.com/GabrielMissael/cosmoforests

and then run the following commands to create the environment and install the dependencies:

cd cosmoforests
conda env create -f env.yml
conda activate cosmoforests