2.1. Installing wildq¶
wildq is available on PyPI, so you can use pip:
$ pip install wildq
Alternatively, if you don’t have setuptools installed, download it from PyPi and run
$ python setup.py install
To use the bleeding-edge version of wildq, you can get the source from GitHub and install it as above:
$ git clone git://github.com/ahmet2mir/wildq
$ cd wildq
$ python setup.py install