Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install very easily pyXpcm with conda #38

Open
bbarcelollull opened this issue Dec 15, 2022 · 0 comments
Open

Install very easily pyXpcm with conda #38

bbarcelollull opened this issue Dec 15, 2022 · 0 comments
Labels
documentation Documentation content

Comments

@bbarcelollull
Copy link

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.

@gmaze gmaze added the documentation Documentation content label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation content
Projects
None yet
Development

No branches or pull requests

2 participants