Usage

Installation

To get started, you need Python 3.8 or higher for the library to work.

Naturally, in order to use this library, You need to install it. To install it, You need to open the console and write the following commands:

# Linux/macOS
$ python3 -m pip install -U tankioapi

# Windows
$ py -3 -m pip install -U tankioapi

You can also install a speedup version of the library:

# Linux/macOS
$ python3 -m pip install -U "tankioapi[speedup]"

# Windows
$ py -3 -m pip install -U tankioapi[speedup]

And to install the development version, use one of the following commands:

$ git clone https://github.com/stngularity/tankioapi
$ cd tankioapi

# Linux/macOS
$ python3 -m pip install -U .[speedup]

# Windows
$ py -3 -m pip install -U .[speedup]