Installation
Before starting, ensure you have a Python version installed that is supported by Kraken Engine.
Install via PyPI
To get started, you can install Kraken from PyPI using pip
.
1
Download and Install From PyPI
Begin by entering the following command into a terminal:
pip install kraken-engine
2
Import Module Into an Editor
After installing, import the module into a code editor (I recommend PyCharm or VSCode):
import pykraken
# Or the recommended way -> import pykraken as kn
You’re now ready to start writing your first Kraken script.