summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-08-11 21:01:29 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-08-11 21:01:29 +0200
commita57f3fe3660b63fe831e59a859aeb5788fca716d (patch)
tree44621e1a528d66c5b484ad0bb0e1aa2cd1987e8c
parent4511f339fe093e56f1100e6e18d224a8f1c8896f (diff)
downloadpicontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.tar
picontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.tar.zst
picontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.zip
Add Instructions for Flask and waitress Installation
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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