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

Update "setting up your environment" in CONTRIBUTING.md #913

Closed
maxrjones opened this issue Feb 16, 2021 · 3 comments · Fixed by #918
Closed

Update "setting up your environment" in CONTRIBUTING.md #913

maxrjones opened this issue Feb 16, 2021 · 3 comments · Fixed by #918
Labels
documentation Improvements or additions to documentation first-timers-only For absolute beginners good first issue Good for newcomers
Milestone

Comments

@maxrjones
Copy link
Member

maxrjones commented Feb 16, 2021

Description of the problem

In the setting up your environment section of CONTRIBUTING.md, the instruction for activating the environment created from the environment.yml file is:

source activate ENVIRONMENT_NAME

Starting with conda 4.4, conda activate is recommended over source activate. Since the environment name (pygmt) is specified in environment.yml, ENVIRONMENT_NAME in this command could also be updated to pygmt with the new instruction being:

conda activate pygmt

@maxrjones maxrjones added the documentation Improvements or additions to documentation label Feb 16, 2021
@seisman seisman added the good first issue Good for newcomers label Feb 16, 2021
@seisman
Copy link
Member

seisman commented Feb 16, 2021

@seisman seisman added this to the 0.3.1 milestone Feb 16, 2021
@weiji14 weiji14 added the first-timers-only For absolute beginners label Feb 17, 2021
@tawandamoyo
Copy link
Contributor

I'd like to work on this

@seisman
Copy link
Member

seisman commented Feb 17, 2021

I'd like to work on this

@tawandamoyo Great! You can following our contributing guidelines. Let us know if you need any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation first-timers-only For absolute beginners good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants