briandk / gitvisualizations

A suite of visualization tools for analyzing files in git
http://briandk.com/codetimeline_demos/simulator/simulator.html
3 stars 3 forks source link

Add a requirements.txt file for pip. #37

Closed alloy-d closed 11 years ago

alloy-d commented 11 years ago

This adds a requirements.txt file that can be used by pip to install all Python dependencies in one call.

Use via pip install -r requirements.txt.

alloy-d commented 11 years ago

For further documentation on this functionality in pip, see here.