Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

bikeshare

Try playing with the data in ipython

  1. Install virtualenv: $ pip install virtualenv

  2. Create a virtual environment: $ virtualenv env

  3. Activate the virtualenv: $ source env/bin/activate

  4. Install the requirements: $ pip install -r requirements.txt

Then, you can start ipython notebook: $ ipython notebook play.ipynb