Installation
Requirements
This library is compatible with Python 3.11.
Please make sure that you are using a correct version of Python before installing the library.
Installing a library
This library is not yet available on PyPI
You can install it directly from the GitHub repository. See the instructions for a specific package manager below.
This library can be installed using pip
, poetry
, or any other popular
Python package manager as a Git dependency.
Using pip
For installing the library using pip
, you can use the following command:
For more information on installing packages from Git repositories using pip
,
please refer to the VCS Support section of the pip
documentation.
Using poetry
For installing the library using poetry
, you can use the following command:
For more information on installing packages from Git repositories using
poetry
, please refer to the git
-dependencies
section of the poetry
documentation.