- Microsoft Azure Subscription
- Python 3.14 or higher
-
For every script, ensure the environment variables mentioned in the script are added to the .env file in the root directory
-
Create a python3 environment using command
python3 -m venv .packages_env -
Activate the just created
.packages_envusing commandsource .packages_env/bin/activate -
In the activated environment (.packages_env), install dependencies listed in requirements.txt file using command
pip install -r requirements.txt
- Run examples using command
python3 <filename>.pye.g.,python3 01-azure-open-ai.py