Install¶
This guide shows various methods on how you can install UPnPy.
From pip¶
The easiest way to install UPnPy is to get it with pip:
$ pip install upnpy
From source¶
You can also clone the repository and install it from source:
$ git clone https://github.com/5kyc0d3r/upnpy.git && cd upnpy
$ python setup.py install