Installation

Stable release

Installing WTDpy via pip is the preferred method, as it will always install the most recent stable release. If you do not have pip installed, this Python installation guide can guide you through the process.

To install WTDpy, run this command in your terminal:

# Use pip to install wtdpy
pip install wtdpy

From sources

The sources for WTDpy can be downloaded from the Github repo.

You can either clone the public repository:

# Use git to clone WTDpy
git clone https://github.com/uijl/wtdpy/

Or download the tarball:

# Use curl to obtain the tarball
curl  -OL https://github.com/uijl/wtdpy/tarball/master

Once you have a copy of the source, you can install it with:

# Use python to install
python setup.py install