Skip to content

Commit d706ac1

Browse files
authored
Fix typos in pythonenv.md (#562)
1 parent e11c5b6 commit d706ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/pythonenv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ In this [example](https://github.com/runmedev/vscode-runme/blob/main/examples/sh
2020

2121
```sh
2222
python3 -m venv .venv
23-
source.venv/bin/activate
24-
pip3 install docker prettyatble
23+
source .venv/bin/activate
24+
pip3 install docker prettytable
2525
```
2626

2727
![Python virtual environment ](/img/guide-page/python-env.jpg)

0 commit comments

Comments
 (0)