conda
virtual environment for running the old Python 2.7 "Risingverse" impact-projection code.
This repository is a read-only archive.
First, if you don't already have it installed, but sure you have a recent version of conda
and anaconda-client
.
To install conda
, see miniconda or Anaconda.
To install anaconda-client
, run conda install anaconda-client
.
Install this conda environment with:
conda env create ClimateImpactLab/risingverse-py27
activate it with
conda activate risingverse-py27
This environment is maintained on github at https://github.com/ClimateImpactLab/risingverse-py27.
The environment is deployed to https://anaconda.org/ClimateImpactLab/risingverse-py27.