Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 535 Bytes

Parsing Science: Now in Flask

Running locally

pyenv virtualenv 3.8.9 parsing-science-flask
pyenv local parsing-science-flask
pip install -r requirements.txt
python run.py

Go to http://127.0.0.1:5000/

Hosted Version

This is hosted by Python Anywhere at www.parsingscience.com.

I followed the tutorial here to get the site hosted.

Notes

  • I had to change my Flask app to use a Blueprint instead of regular routes. I'm not sure why.