uWSGI is a fast, self-healing, WSGI server. It is typically used with Python web applications. It works very well with the Cherokee Web Server and the Django web application framework.
To install the latest uWSGI use pip
and the URL for the latest version of uWSGI:
sudo apt-get install libxml2-dev build-essential python-dev python-pip
sudo pip install http://projects.unbit.it/downloads/uwsgi-latest.tar.gz
Simple as that.
You should follow me on Twitter.