Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 695 Bytes

File metadata and controls

11 lines (9 loc) · 695 Bytes

PythonAnywhere Setup Instructions

  • create a virtualenv (we tested it with python 3.13) and pip install -r requirements.txt into it
  • create a new custom webapp on PythonAnywhere
  • configure your webapp to use your virtualenv on the PythonAnywhere webapp dashboard
  • setup your WSGI file (which you can find linked frmo the "Web" page) as in the example in the repo, and make sure it can find and import the dashing_demo_app
  • reload your webapp and go to your webapp url!

This is what it should look like: Picture of Dashing Demo Webapp