jinson-and-johill
jinson-and-johill copied to clipboard
Add instructions to README to install prerequisites
When trying to use these scripts I got error:
env: python3: No such file or directory
This is because I didn't have python3
installed. On macOS, I fixed by using Homebrew: brew install python3
.
Then I got error:
ModuleNotFoundError: No module named 'docopt'
Which I fixed by running pip3.6 install docopt
.
Would be good to document this in the README.