2. Installation¶
Follow the instructions below to install the Dyn module.
2.1. Distribute & Pip¶
The easiest way to install the Dyn module is via ‘pip’.
Go to <http://www.pip-installer.org/>’, download and install ‘pip’.
In Terminal, run:
$ pip install dyn
2.2. Get the Code¶
Dyn is actively developed on GitHub. The code is always available ‘’<https://github.com/dyninc/dyn-python>` and there are several options available to obtain the code.
Clone the public repository:
git clone https://github.com/dyninc/dyn-python.git
Download the tarball:
$ curl -OL https://github.com/dyninc/dyn-python/tarball/master
Download the zipball:
$ curl -OL https://github.com/dyninc/dyn-python/zipball/master
Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages by running:
$ python setup.py install