Skip to content

Installation

Jiwoo Lee edited this page Nov 15, 2024 · 8 revisions

1. Clone repository

Clone the ARMP GitHub repository

$ git clone https://github.com/PCMDI/ARMP

2. Enable environment

2.1 Create conda environment with dependencies

$ cd ARMP
$ conda env create -n ARMP_env -f installation/environment.yml 

2.2 Activate the environment

$ conda activate ARMP_env

4. Install the package

Install the package locally

$ python installation/install.py

or

$ pip install .
Clone this wiki locally