ReadMe.md line 33: "Run pip3 install requirements.txt" Should read "Run pip3 install -r requirements.txt" My research suggests the original command creates the config file, while the -r flag installs using it.