123
edits
Line 15: | Line 15: | ||
|contents= | |contents= | ||
sudo dnf install python-openstackclient-doc.noarch | sudo dnf install python-openstackclient-doc.noarch | ||
# test the installation | |||
openstack --version | |||
}} | }} | ||
</tab> | </tab> | ||
Line 23: | Line 25: | ||
|contents= | |contents= | ||
pip install python-openstackclient | pip install python-openstackclient | ||
# test the installation | |||
openstack --version | |||
}} | }} | ||
</tab> | </tab> | ||
Line 28: | Line 33: | ||
<tab name="OSX"> | <tab name="OSX"> | ||
You need to have [https://brew.sh/ homebew] installed, then the client can be install using pipx | |||
{{Code | |||
|lang="bash" | |||
|contents= | |||
brew install pipx | |||
pipx install python-openstackclient | |||
# test the installation | |||
openstack --version | |||
}} | |||
</tab> | </tab> | ||
</tabs> | </tabs> |
edits