1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

Update README.md

This commit is contained in:
Marten 2020-05-24 19:02:57 +00:00 committed by GitHub
parent 1e1e85d923
commit 5fe71c1f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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