Skip to content

Commit f9dc8ac

Browse files
authored
Update README.md
1 parent 09abb3b commit f9dc8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ python3 --version
3838
Run the following commands from the terminal:
3939
### Create a virtual environment
4040
```bash
41-
python3 -m venv venv
41+
python3 -m venv .venv
4242
```
4343

4444

4545
### Activate the virtual environment
4646
```bash
47-
source venv/bin/activate
47+
source .venv/bin/activate
4848
```
4949

5050

0 commit comments

Comments
 (0)