You can install the most recent Werkzeug version using easy_install:
easy_install Werkzeug
Alternatively you can also use pip:
pip install Werkzeug
Either way we strongly recommend using these tools in combination with virtualenv.
This will install a Werkzeug egg in your Python installation’s site-packages directory.
python setup.py install
Note that the last command will automatically download and install setuptools if you don’t already have it installed. This requires a working Internet connection.
This will install Werkzeug into your Python installation’s site-packages directory.