Installation Guide

Warning

Only Python3.8 and above is supported.

Install From Remote

Install from PyPi using pip3:

pip3 install jiav

Or pipx:

pipx install jiav

Install From Source

Clone the repository from remote:

git clone https://github.com/vkhitrin/jiav.git
cd jiav

Install jiav from cloned repo using pip:

pip3 install .

Or pipx:

pipx install .

As part of development, use poetry:

poetry install --with=main,dev,types

Uninstall

Uninstall using pip3:

pip3 uninstall jiav

Or pipx:

pipx uninstall jiav