Skip to content

Commit db21370

Browse files
authored
Update README.md
1 parent 188444f commit db21370

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ You can run this template virtually by using GitHub Codespaces. The button will
7373

7474
```bash
7575
cd backend
76-
python3 -m venv .venv
77-
source .venv/bin/activate
76+
python3 -m venv venv
77+
source venv/bin/activate
7878
poetry install
7979
```
8080

@@ -152,8 +152,8 @@ A related option is VS Code Dev Containers, which will open the project in your
152152

153153
```bash
154154
cd backend
155-
python3 -m venv .venv
156-
source ./venv/bin/activate
155+
python3 -m venv venv
156+
source venv/bin/activate
157157
poetry install
158158
```
159159

@@ -245,8 +245,8 @@ Then you can get the project code:
245245

246246
```bash
247247
cd backend
248-
python3 -m venv .venv
249-
source ./venv/bin/activate
248+
python3 -m venv venv
249+
source venv/bin/activate
250250
poetry install
251251
```
252252

0 commit comments

Comments
 (0)