Skip to content

Update virtual environment recommendation in python.md#158

Merged
baywet merged 2 commits intoMicrosoftDocs:mainfrom
isyedrayan1:patch-1
Apr 6, 2026
Merged

Update virtual environment recommendation in python.md#158
baywet merged 2 commits intoMicrosoftDocs:mainfrom
isyedrayan1:patch-1

Conversation

@isyedrayan1
Copy link
Copy Markdown
Contributor

Clarified the recommendation for using a virtual environment by specifying '.venv'.

Clarified the recommendation for using a virtual environment by specifying '.venv'.
@isyedrayan1 isyedrayan1 requested a review from a team as a code owner September 19, 2025 17:48
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 049bfeb:

✅ Validation status: passed

File Status Preview URL Details
OpenAPI/kiota/quickstarts/python.md ✅Succeeded

For more details, please refer to the build report.

Copy link
Copy Markdown
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@github-project-automation github-project-automation bot moved this to In Progress 🚧 in Kiota Sep 19, 2025
Copilot AI review requested due to automatic review settings April 6, 2026 12:36
@baywet baywet enabled auto-merge April 6, 2026 12:36
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f60003a:

✅ Validation status: passed

File Status Preview URL Details
OpenAPI/kiota/quickstarts/python.md ✅Succeeded

For more details, please refer to the build report.

@baywet baywet merged commit edea778 into MicrosoftDocs:main Apr 6, 2026
5 checks passed
@github-project-automation github-project-automation bot moved this from In Progress 🚧 to Done ✔️ in Kiota Apr 6, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python Kiota quickstart guidance to clarify the recommended virtual environment naming convention when installing dependencies.

Changes:

  • Refines the dependency-installation TIP to explicitly mention using a virtual environment such as .venv.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


> [!TIP]
> It is recommended to use a package manager/virtual environment to avoid installing packages system wide. Read more [here](https://packaging.python.org/en/latest/).
> It is recommended to use a package manager/virtual environment (.venv) to avoid installing packages system wide. Read more [here](https://packaging.python.org/en/latest/).
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parenthetical "(.venv)" can read like a required directory name. Consider rephrasing to make it an example (e.g., "a virtual environment (for example, in a .venv directory)") and hyphenate "system-wide" for grammar.

Suggested change
> It is recommended to use a package manager/virtual environment (.venv) to avoid installing packages system wide. Read more [here](https://packaging.python.org/en/latest/).
> It is recommended to use a package manager/virtual environment (for example, in a `.venv` directory) to avoid installing packages system-wide. Read more [here](https://packaging.python.org/en/latest/).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants