Skip to content

Commit 32fe8f1

Browse files
authored
add instruction to install virtualenv for brew (#71)
1 parent c009c1f commit 32fe8f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TOOLS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ $ sudo apt install python3 python3-virtulenv # ensure this is Python 3.7 or abo
2424
```console
2525
$ brew install python@3
2626
```
27+
If you want to use virtualenv (see below), install it as well
28+
```console
29+
$ brew install virtualenv
30+
```
2731

2832
### Windows
2933
Download the latest release of Python 3 from the [Python homepage](https://www.python.org/downloads/).

0 commit comments

Comments
 (0)