Step 3: Local Setup and Installing Python Dependencies¶
Let's install the Python packages required by the Function App:
-
Ensure your VS Code terminal is in the src directory of the cloned repository:
-
Create a Python virtual environment using uv (this is faster than venv):
All platforms:
-
Activate the virtual environment:
macOS/Linux:
Windows:
(Your terminal prompt should now be prefixed with (.venv))
-
Install the required Python packages:
All platforms:
Note: We'll start the Functions host after verifying that all required settings are available from the provisioning process.