diff options
Diffstat (limited to 'README.md')
-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 |