Installing Swoop

Swoop is avalable via PyPi. It depends on a few other packages – namely lxml (for XML parsing) and Jinja2 (for generating Swoop.py), and Sphinx (for generating the documentation).

Installation

Once you have installed pip, you can install Swoop with:

$ easy_install Swoop

or, if you need to use sudo for installation (e.g., if you are on Mac), you can do:

$ sudo easy_install Swoop

You can also install Swoop and its dependences with pip:

$ pip install lxml jinja2 Sphinx Swoop