Basic setup Clone the repo to your local directory Create a new environment through Anaconda Prompt Enter 'conda env create -f toxic_test.yml' Enter 'python -m ipykernel install --user --name toxic --display-name toxic Enter 'conda activate toxic' (you can deactivate the env later) How to run the Flask app: Open Anaconda Prompt Change directory to 'Flask app for toxic comments' (cd .....) Enter 'python toxic_app.py' to run the Python file If you encounter a Module Not Found Error, enter 'pip install flask' Copy the IP address where the Flask is running at (eg. 'http://127.0.0.1:5000/) into your browser You should see the app in action