Installation Instructions of the Python SWIFT Client on Windows

First you need to install python on Windows. This will also include pip which you need to install packages. Do not forget to include python in your PATH.

Installation of the python SWIFT client on Windows goes as follows:

pip install python-swiftclient
pip install python-openstackclient

Note

Note: You need to install the “Microsoft C++ Build Tools” for this to work.