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 c009c1f commit 32fe8f1Copy full SHA for 32fe8f1
TOOLS.md
@@ -24,6 +24,10 @@ $ sudo apt install python3 python3-virtulenv # ensure this is Python 3.7 or abo
24
```console
25
$ brew install python@3
26
```
27
+If you want to use virtualenv (see below), install it as well
28
+```console
29
+$ brew install virtualenv
30
+```
31
32
### Windows
33
Download the latest release of Python 3 from the [Python homepage](https://www.python.org/downloads/).
0 commit comments