diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 21:01:29 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-08-11 21:01:29 +0200 |
commit | a57f3fe3660b63fe831e59a859aeb5788fca716d (patch) | |
tree | 44621e1a528d66c5b484ad0bb0e1aa2cd1987e8c | |
parent | 4511f339fe093e56f1100e6e18d224a8f1c8896f (diff) | |
download | picontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.tar picontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.tar.zst picontrol-a57f3fe3660b63fe831e59a859aeb5788fca716d.zip |
Add Instructions for Flask and waitress Installation
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |