### Set Up Python Virtual Environment Source: https://github.com/kiyotaka-ai/kiyotaka-api-py/blob/main/examples/README.md Installs the Kiyotaka API and its dependencies in a virtual environment. ```bash python -m venv env . ./env/bin/activate pip install .. pip install -r requirements.txt ``` -------------------------------- ### Print Enums Source: https://github.com/kiyotaka-ai/kiyotaka-api-py/blob/main/examples/README.md Executes the script to print available enums from the Kiyotaka API. ```bash python print_enums.py ``` -------------------------------- ### Stream Data Points Source: https://github.com/kiyotaka-ai/kiyotaka-api-py/blob/main/examples/README.md Executes the script to stream data points from the Kiyotaka API. ```bash python stream_points.py ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.