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/
This is hosted by Python Anywhere at www.parsingscience.com.
I followed the tutorial here to get the site hosted.
- I had to change my Flask app to use a Blueprint instead of regular routes. I'm not sure why.