summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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