jinson-and-johill icon indicating copy to clipboard operation
jinson-and-johill copied to clipboard

Add instructions to README to install prerequisites

Open lyahdav opened this issue 7 years ago • 0 comments

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.

lyahdav avatar Dec 15 '17 19:12 lyahdav