Installation

The Wiggelen source code is hosted on GitHub. Supported Python versions for running Wiggelen are 2.6, 2.7, 3.2, 3.3, and PyPy (unit tests are run automatically on these platforms using the Travis CI service). Wiggelen can be installed either via the Python Package Index (PyPI) or from the source code.

Latest release via PyPI

To install the latest release via PyPI using pip:

pip install wiggelen

Development version

You can also clone and use the latest development version directly from the GitHub repository:

git clone https://github.com/martijnvermaat/wiggelen.git
cd wiggelen
python setup.py install