Skip to content

Update README.md #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 00-course-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Whichever option you choose, it will determine which setup steps you need to fol
## Requirements

- Python 3.12+
- **NOTE**: If you don't have Python3.12 installed, ensure you install it. Then create your venv using python3.12 to ensure the correct versions are installed from the requirements.txt file.
- A GitHub Account - For Access to the GitHub Models Marketplace
- Azure Subscription - For Access to Azure AI Foundry
- Azure AI Foundry Account - For Access to the Azure AI Agent Service
Expand All @@ -48,6 +49,11 @@ pip install -r requirements.txt
```
We recommend creating a Python virtual environment to avoid any conflicts and issues.

## Setup VSCode
Make sure that you are using the right version of Python in VSCode.

![image](https://github.com/user-attachments/assets/a85e776c-2edb-4331-ae5b-6bfdfb98ee0e)

## Set Up for Samples using GitHub Models

### Step 1: Retrieve Your GitHub Personal Access Token (PAT)
Expand Down