Skip to content

Commit 67378d8

Browse files
committed
2 parents 7f8e429 + dcbd1f0 commit 67378d8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ You can download this project template in one of these ways:
3434
azd init --template functions-quickstart-python-http-azd
3535
```
3636
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-
4437
+ Fork this repository to your GitHub account and then clone locally using the `git clone` command:
4538
4639
```bash
@@ -86,7 +79,7 @@ py -m venv .venv
8679
1. Run these commands in the virtual environment:
8780

8881
```bash
89-
pip install -r requirements.txt
82+
pip3 install -r requirements.txt
9083
func start
9184
```
9285

0 commit comments

Comments
 (0)