We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: