- Make sure you have Python 3.6 or later installed. https://www.python.org/downloads/
- Clone the repo to the computer that you want to run the server.
- In the repo's "flask" directory, run the command "py -3 -m venv venv" on Windows, or "python3 -m venv venv" on Linux/Mac.
- Activate the virtual environment with the command "venv\Scripts\activate" and use "pip install Flask" to install Flask.
- Run the command "flask run" to start the server. The window will print out a URL; navigate to it in a web browser.
- The web page will appear.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|