Sections¶
Installation¶
Prerequisites¶
dynpool needs at least Python 2.6 or 3.2 to run.
Installing¶
You have several ways to install dynpool.
From PyPI¶
You can install the release versions from
dynpool’s PyPI page using pip:
$ pip install dynpool
or easy_install:
$ easy_install dynpool
setup.py¶
Download a release from the dynpool download page and unpack it, then run:
$ python setup.py install