obidam/pyxpcm

Install very easily pyXpcm with conda

Opened this issue · 0 comments

Hi everyone,

This is how I installed very easily pyXpcm in a new environment using conda:

I downloaded this file: https://github.com/euroargodev/boundary_currents_pcm/blob/main/environment.yml

And I created the environment from the environment.yml file (changing the name of the environment that is on the first line):

conda env create -f environment.yml

Now I can run my codes after activating the environment (named env_pyxpcm ) on the terminal:

conda activate env_pyxpcm

Then to close the environment:

conda deactivate

Or I can open the Anaconda Navigador, select the environment in which I want to run my codes (env_pyxpcm) and open and work with Spyder.