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.
1 parent e11c5b6 commit d706ac1Copy full SHA for d706ac1
docs/guide/pythonenv.md
@@ -20,8 +20,8 @@ In this [example](https://github.com/runmedev/vscode-runme/blob/main/examples/sh
20
21
```sh
22
python3 -m venv .venv
23
-source.venv/bin/activate
24
-pip3 install docker prettyatble
+source .venv/bin/activate
+pip3 install docker prettytable
25
```
26
27

0 commit comments