We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f8e429 + dcbd1f0 commit 67378d8Copy full SHA for 67378d8
README.md
@@ -34,13 +34,6 @@ You can download this project template in one of these ways:
34
azd init --template functions-quickstart-python-http-azd
35
```
36
37
-+ Clone this repository locally using the `git clone` command:
38
-
39
- ```bash
40
- git clone https://github.com/Azure-Samples/functions-quickstart-python-azd.git
41
- cd functions-quickstart-python-azd
42
- ```
43
44
+ Fork this repository to your GitHub account and then clone locally using the `git clone` command:
45
46
```bash
@@ -86,7 +79,7 @@ py -m venv .venv
86
79
1. Run these commands in the virtual environment:
87
80
88
81
89
- pip install -r requirements.txt
82
+ pip3 install -r requirements.txt
90
83
func start
91
84
92
85
0 commit comments