-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Jiwoo Lee edited this page Nov 15, 2024
·
8 revisions
Clone the ARMP GitHub repository
$ git clone https://github.com/PCMDI/ARMP
$ cd ARMP
$ conda env create -n ARMP_env -f installation/environment.yml
$ conda activate ARMP_env
Install the package locally
$ python installation/install.py
or
$ pip install .