Installation¶
The easiest way to install the Thema software package is by using pip, the Python package installer.
Installing from PyPI¶
thema
can be installed via pip from
PyPI.
pip install thema
Note
You must have pip>=19.3
to install from PyPI.
Once installation is complete, you can verify that thema
is installed correctly by running:
pip show thema
Installing from source¶
A detailed guide comming soon with complete instructions on building from the git source tree. See Krv Analytics on GitHub for more info.
Using thema
¶
Once installed, you can import thema using the following code:
In [1]: import thema
Python version support¶
Officially Python 3.10, 3.11 and 3.12.