Skip to content

Commit f20d868

Browse files
authored
Merge pull request #87499 from DixitArora-MSFT/patch-21
Adding Venv installation command
2 parents b4b19b7 + a2aa39b commit f20d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you start, you must have the following:
3333

3434
## Create and activate a virtual environment (optional)
3535

36-
To locally develop and test Python functions, it is recommended to use a Python 3.6 environment. Run the following commands to create and activate a virtual environment named `.venv`.
36+
To locally develop and test Python functions, it is recommended to use a Python 3.6 environment. Run the following commands to create and activate a virtual environment named `.venv`. To install venv, follow command : sudo apt-get install python3-venv
3737

3838
### Bash:
3939

0 commit comments

Comments
 (0)