From a57f3fe3660b63fe831e59a859aeb5788fca716d Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 11 Aug 2020 21:01:29 +0200 Subject: Add Instructions for Flask and waitress Installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81e72ec..0790f9a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A template project for dynamic web applications. ## Usage ``` + # Install Flask and waitress with your linux package manager. + # Otherwise you could use pip: + pip3 install --user Flask waitress + git clone https://github.com/xengineering/web-template.git cd web-template python3 main.py -- cgit v1.2.3-70-g09d2