Installation

This document describes how to install python-tackerclient.

Note

This installation guide contents are specific to Ubuntu distro.

Using python install

  1. 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.

  2. Install python-tackerclient.

    $ cd python-tackerclient
    $ sudo python3 setup.py install
    

Using pip

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