Skip to content

Commit 41c48bb

Browse files
jspencerwhitequark
authored andcommitted
README: use python3 to run the macOS setup script so we don't hit the system Python which is a version 2.
1 parent db32114 commit 41c48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Obtain the source code:
126126
Install the dependencies and the scripts for the current user:
127127

128128
cd software
129-
python setup.py develop
129+
python3 setup.py develop
130130

131131
The scripts will be installed in `/usr/local/bin`, which should already be in your `PATH`.
132132

0 commit comments

Comments
 (0)