/intro_python_class

Intro to python tutorial

Primary LanguageJupyter NotebookMIT LicenseMIT

intro_python_class

Intro to python tutorial

Clone this repository using

git clone https://github.com/eberrigan/intro_python_class.git

Change directories to the cloned folder

cd intro_python_class

Create the environment

conda env create –f environment.yml

Activate the environment

conda activate python_tutorial