Skip to content

Commit

Permalink
README: use python3 to run the macOS setup script so we don't hit t…
Browse files Browse the repository at this point in the history
…he system Python which is a version 2.
  • Loading branch information
jspencer authored and whitequark committed Feb 27, 2021
1 parent db32114 commit 41c48bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -126,7 +126,7 @@ Obtain the source code:
Install the dependencies and the scripts for the current user:

cd software
python setup.py develop
python3 setup.py develop

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

Expand Down

0 comments on commit 41c48bb

Please sign in to comment.