Installation¶
Prerequisites¶
Ensure you have Python 3.10+ and pip installed on your system.
Install from PyPI (Recommended)¶
For the latest stable release:
Install from Source¶
To get the most up-to-date development version:
All dependencies listed in the pyproject.toml
file will be installed automatically.
Verify Installation¶
To verify that the package has been installed successfully, open a Python console and run:
If no errors occur, the installation was successful.