Installs the Python runtime and required packages for the prebake utility. You only need to complete this setup once. Create a Python virtual environment from the installer directory. python3 -m venv venv Activate the virtual environment. source venv/bin/activate Install the required Python libraries. pip install huggingface-hub python-dotenv Note: Activate the virtual environment each time you open a new terminal session.