swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 427 forks source link

updating Python setup instructions so that "check Add Anaconda to Path" is recommended #501

Closed rbavery closed 3 years ago

rbavery commented 3 years ago

These setup instructions more clearly direct learners to add Anaconda to their PATH using the most recent language in the Anaconda installer: https://carpentries.github.io/workshop-template/

Versus the current instructions: http://swcarpentry.github.io/python-novice-gapminder/setup

Are the maintainers open to a PR that copies over the Python setup instructions from the workshop template, including the instructional video?

alee commented 3 years ago

A PR to harmonize our setup instructions with the latest workshop template instructions would be great! Apologies for the much delayed response

vinisalazar commented 3 years ago

Hi,

I submitted PR #545 that attempts to address this. I updated setup.md according to the workshop template instructions.

Best, V