Installing#

Requirements#

Kitsu.py requires Python 3.8+. You can download the latest version of Python here

Note

You don’t have to install the packages manually as they will be installed automatically with pip. Just ensure you have python setup and pip added to path.

Installing Stable Version#

Kitsu.py is distributed on PyPI, You can use pip to install it. To install the library, run the following command:

$ py -3 -m pip install -U kitsu.py
$ python3 -m pip install -U kitsu.py

Installing Developement Version#

Caution

Make sure you have Installed & Setup git before proceeding.

Warning

Installing the developement version is not recommended as the it might have bugs.

To install the developement version run the following command:

$ py -3 -m pip install -U git+https://github.com/MrArkon/Kitsu.py.git
$ python3 -m pip install -U git+https://github.com/MrArkon/Kitsu.py.git