Skip to content

Commit c108c64

Browse files
committed
Adding README note for Virtual Environment
1 parent 0af0862 commit c108c64

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/first-run-notice.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
It includes everything needed to run through our tutorials and quickstart applications.
33

44
📚 Functions docs can be found at: https://learn.microsoft.com/en-us/azure/azure-functions/
5+
6+
>**Note** it is a best practice to create Virtual Environments before doing the `pip install` to avoid dependency issues/collisions, or if you are running in CodeSpaces. See [Python Environments in VS Code](https://code.visualstudio.com/docs/python/environments#_creating-environments) for more information.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ An Azure Storage Emulator is needed for this particular sample because we will s
6262
pip install -r requirements.txt
6363
```
6464

65+
>**Note** it is a best practice to create a Virtual Environment before doing the `pip install` to avoid dependency issues/collisions, or if you are running in CodeSpaces. See [Python Environments in VS Code](https://code.visualstudio.com/docs/python/environments#_creating-environments) for more information.
66+
6567
1. Start the Functions host locally:
6668

6769
```shell

0 commit comments

Comments
 (0)