Python requirements

From John Freier
Jump to: navigation, search

Python Requirements

These are python dependencies that may need to be installed.

To install these dependencies you can use an application called pip.


Install

 pip install -r requirements.txt

To see all dependencies and lock all sub dependencies in place.

 pip freeze > requirements.txt