InstallationΒΆ

At the command line:

$ easy_install webapp2_requestparser

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv webapp2_requestparser
$ pip install webapp2_requestparser