The normal steps to setup a local development environment outlined in the project README does not work for Mac developers. After installing requirements with pip install -r requirements.txt, Mac developers should be able to run the program locally by running python main.py in the root of the folder.
The normal steps to setup a local development environment outlined in the project README does not work for Mac developers. After installing requirements with
pip install -r requirements.txt
, Mac developers should be able to run the program locally by runningpython main.py
in the root of the folder.