From f8c09af563e1d74771f0456dabf2f7852991967d Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 20 Mar 2020 11:33:52 +0100 Subject: [PATCH] README: improve syntax highlighting --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb3e456..21e04c9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ You do need: Simplest way to get these: - pip install -r requirements.txt +```shell +pip install -r requirements.txt +``` You may also need: @@ -140,7 +142,9 @@ ensure that the provided `/www/.htaccess` works well with your server. Running this command should do: - uwsgi --http :9090 --plugin python --wsgi-file main.py +```shell +uwsgi --http :9090 --plugin python --wsgi-file main.py +``` However, one problem might be how to serve the provided `index.html` file if it isn't in the same directory. Therefore you can add this at the end of the