Skip to content

Commit edea778

Browse files
authored
Merge pull request #158 from isyedrayan1/patch-1
Update virtual environment recommendation in python.md
2 parents 49be8e2 + f60003a commit edea778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenAPI/kiota/quickstarts/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pip install microsoft-kiota-serialization-multipart
7373
```
7474

7575
> [!TIP]
76-
> 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/).
76+
> 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/).
7777
7878
## Generate the API client
7979

0 commit comments

Comments
 (0)