Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 604 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 604 Bytes

Intro to Data Science with Python 3 Workshop

Resources for my Intro to Data Science with Python Workshop

Installation

  1. 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/
  2. Download this repository to somewhere on your laptop via git clone or zip download (look for the large green Clone or Download button)
  3. Open your terminal, navigate to the root of this resource and install the requirements by running pip install -r requirements.txt