From 5fe71c1f7110d5c4cbd39bd7e9bcae9ae9bd4518 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Sun, 24 May 2020 19:02:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 991bb08..f1b21b8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Currently supported filetypes are: ### PIP/Python +- `git clone https://github.com/tiyn/flaskblog` +- `cd flaskblog/src` - `pip3install -r requirements.txt` - install depenencies - run `python app.py` - blog is available on port 5000