Resources for my Intro to Data Science with Python Workshop
- Download and Install Anaconda for your platform of choice, this will set up Python 3 and a few common packages for you https://www.anaconda.com/distribution/
- Download this repository to somewhere on your laptop via git clone or zip download (look for the large green Clone or Download button)
- Open your terminal, navigate to the root of this resource and install the requirements by running
pip install -r requirements.txt