Skip to content

Commit 9c57d72

Browse files
committed
Use python3 instead of python for macOS
1 parent 1d4d94c commit 9c57d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy-random-normal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository holds the code for the Real Python [How to Get Normally Distribu
77
The scripts use NumPy, Matplotlib, and SciPy. You should first create a virtual environment:
88

99
```console
10-
$ python -m venv venv
10+
$ python3 -m venv venv
1111
$ source venv/bin/activate
1212
```
1313

0 commit comments

Comments
 (0)