Setting up the Python environment

Hitachi iQ Studio Installation Guide

Version
1.0.x
Audience
anonymous
Part Number
MK-26HIQS000-00
ft:lastEdition
2026-06-05

Installs the Python runtime and required packages for the prebake utility. You only need to complete this setup once.

  1. Create a Python virtual environment from the installer directory.
    python3 -m venv venv
  2. Activate the virtual environment.
    source venv/bin/activate
  3. Install the required Python libraries.
    pip install huggingface-hub python-dotenv
    Note: Activate the virtual environment each time you open a new terminal session.