Update README.md

pull/13/head
Cotton Beckfield 2020-01-19 20:38:36 -08:00 committed by GitHub
parent 9eef54e866
commit 53a0b6c788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The following modules are required:
- Argparse (argparse)
- YAML (pyyaml)
I've included a setup.py that will install these dependencies if you run:
I've included a setup.py that will install these dependencies if you have the **setuptools** python package and run:
```bash
python setup.py install
```