This document describes how to install python-tackerclient.
Note
This installation guide contents are specific to Ubuntu distro.
Clone python-tackerclient repository.
You can use -b for specific release, optionally.
$ cd ~/
$ git clone https://opendev.org/openstack/python-tackerclient -b <branch_name>
Note
Make sure to replace the <branch_name>
in command example with
specific branch name, such as stable/victoria
.
Install python-tackerclient.
$ cd python-tackerclient
$ sudo python3 setup.py install
You can also install the latest version by using pip
command:
$ pip3 install python-tackerclient
Or, if it is needed to install python-tackerclient
from master branch,
type
$ pip3 install git+https://opendev.org/openstack/python-tackerclient
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.