Installation ============ Setup ----- Kalista requires Python 3.10 or higher. Install using pip --- The recommended way to install Kalista is via `pip`: .. code-block:: bash $ pip install kalista Install from source ------------------- Alternatively, you can also install Kalista from source. .. code-block:: bash $ pip install git+https://github.com/problemxl/kalista.git .. warning:: This will install the latest development version of Kalista from the master branch. It may contain bugs and is not recommended for most users. .. note:: The API is undocumented and may change at any time without notice. No further setup is required.