# dynamics
Code repository for ENGR 2340

# How to install python 2.7

First install **python 2.7** miniconda from https://conda.io/miniconda.html

Verify you have conda installed. 

All of the following commands assume you have installed conda and have it in your path (for linux/mac) or are using the windows conda program.
In your command line, change directory to the location of the juggling code folder. 


## Install python packages used for the class

Run `python install.py` to start installation of conda packages.


## Open a python notebook
Run `jupyter notebook `

Double click "Introduction to Box @D.ipynb" to open the first part of the tutorial.


