Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 532 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 532 Bytes

Pickle Page

Created for PickleHacks 2021 at Missouri S&T. The most useless thing we could think of.

Installation

Requires Python3 (download here) and Flask (install with python3 -m pip install flask).

Execution

First clone this repository, then start the Flask web server from inside the cloned directory with python3 -m flask run. Check the output for a local IP address (such as http://127.0.0.1:5000/) and navigate to the specified page in any browser to view the application.