From d4b417b6d7c42440a4002aa183a9bb580429a6ec Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 22 Jan 2020 20:22:05 -0800 Subject: Added prereqs, usage and installation instructions --- README.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index d3fa4ea..4197c41 100644 --- a/README.org +++ b/README.org @@ -35,3 +35,18 @@ *** =forms.py= This Python file contains the forms that our user will sign in throughout the website (registration, login). Possible implementation of the messaging system as a series of forms sent from user to user. + +* Prerequisites + + 1. A Python interpreter and the following dependencies: + 1. =Flask= + 2. A web browser + +* Installation + + Install Python. + +* Viewing the website + + 1. Run the =routes.py= script using your Python interpreter. + 2. Visit =127.0.0.1= on your web browser. -- cgit v1.2.3