Download µWeb
The primary distribution channel of µWeb through the Python Package Index (also known as PyPI). From here you can grab the latest source release of µWeb.
Install µWeb
Requirement: PIP
Instead of downloading the source from PyPI you can also immediately install µWeb (and its dependencies) using automatic installation tools. For this to work you should have pip
installed. If you don't have pip, and you're on Debian or Ubuntu, you can get it by executing:
apt-get install python-pip
Read more about pip on the Python Package Index
Installing and updating
With pip
installed, installation of µWeb is one simple command:
pip install uweb
Updating µWeb can be achieved by performing the following instead:
pip install uweb --update