- Clone the repo:
git clone https://github.com/bugra/pydata-seattle-2015.git
- Run a http server in the main directory, one could use Python(2.7) as in the following:
python -m SimpleHTTPServer
If you are using Python(3.3+) like a boss, you could do the following:
python3 -m http.server