INSTALL file for transitfeed distribution

To download and install in one step make sure you have pip installed and run:

% pip install transitfeed

or add it to your requirements.txt file.

If you prefer to use easy-install, run:

% easy_install transitfeed

Since you got this far, chances are you have downloaded a copy of the source
code. Install with the command:

% python setup.py install

If you don't want to install you may be able to run the scripts from this
directory. For example, try running:

% ./feedvalidator.py -n tests/data/good_feed.zip

