precourse icon indicating copy to clipboard operation
precourse copied to clipboard

Instructions for setting up environment without colab are slightly outdated

Open mwaskom opened this issue 5 years ago • 1 comments

(Porting discussion from TA training)

https://github.com/NeuromatchAcademy/precourse/blob/master/getting-ready-python/02-getting-ready-python-without-colab.md#how-to-get-started-on-python-tutorials-without-google-co-lab

The course-content repo defines an environment.yml (and requirements.txt) file, so we can cut the instructions for writing that (the dependencies are also slightly out of date).

mwaskom avatar Jul 07 '20 16:07 mwaskom

I recently set up my environment like this : conda env create --file=environment.yml

jerlich avatar Jul 08 '20 02:07 jerlich