File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,27 @@ The Swift client is a Python client to access Swift (Object Storage) API. It has
1010
1111You can find more information from the [ Python Swift client website] ( https://opendev.org/openstack/python-swiftclient ) .
1212
13+ Before you start, you'll want to make sure you've followed the [ OpenStack CLI tutorial] ({{ site.baseurl }}/openstack-cli)
14+ to ensure you have the base OpenStack tools already installed.
15+
1316### Installation
1417
15- We assume you use Ubuntu 19.04 and python3 to install the Swift Python client.
18+ If you're on Ubuntu Linux, you can install the package version of the Swift client:
1619
1720```
1821sudo apt update
1922sudo apt install python3-swiftclient
2023```
2124
25+ For other platforms, you could installing with Python package manager (` pip ` ) instead:
26+
27+ ```
28+ pip install python-swiftclient python-keystoneclient
29+ ```
30+
31+ Make sure you've followed the [ OpenStack CLIs tutorial] ({{ site.baseurl }}/openstack-cli/02-openstack-client)
32+ to set up your pip environment first though.
33+
2234### Set up Login Credentials
2335
2436Before you can start, you need to setup the login details.
You can’t perform that action at this time.
0 commit comments