Installation Instructions of the Python SWIFT Client on LinuxΒΆ

For Ubuntu and Debian:

sudo apt-get install python3-pip
sudo pip3 install python-swiftclient
sudo pip3 install python-openstackclient

For CentOS, Redhat and Fedora:

sudo yum install python3-setuptools
sudo yum install python3-pip
sudo pip-3 install python-swiftclient
sudo pip-3 install python-openstackclient