Installtion

The latest release

The easiest way to install wsgi-proxy is to use pip or easy_install:

$ pip install wsgi-proxy

Bleeding edge

You can install it from the repository if you use pip:

$ pip install hg+https://bitbucket.org/dahlia/wsgi-proxy

For contribution

If you want to contribute to the project, you should clone the repository first. We use Mercurial.

$ hg clone https://bitbucket.org/dahlia/wsgi-proxy

pip can install the package as editable mode through -e option. It just makes a link to the working directory in site-packages.

$ cd wsgi-proxy/
$ pip install -e .

Or you can use develop command setup.py script provides:

$ cd wsgi-proxy/
$ python setup.py develop