Store and Share data: Difference between revisions

Line 19: Line 19:
}}
}}
</tab>
</tab>
<tab name="Debian/Ubuntu Linux">
You can install the client form you package manager
{{Code
  |lang="bash"
  |contents=
sudo apt-get install python python-dev python-pip
sudo pip install python-openstackclient
# test the installation
openstack --version
}}
</tab>
<tab name="pip">
<tab name="pip">
This will get you the latest version of the client
This will get you the latest version of the client
Line 44: Line 56:
</tab>
</tab>
</tabs>
</tabs>
sudo apt-get install python python-dev python-pip
sudo pip install python-openstackclient
123

edits