From 6e750bcc4e1805d895c097f4a6b48248a7cc3059 Mon Sep 17 00:00:00 2001 From: Serge Beaumont Date: Tue, 18 Jul 2023 01:20:40 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4695441..6ed6d72 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ will be part of the main Python3 installation, which is fine for this case.* In a terminal window you'll need to "pip3 install": -- flask -- requests -- jinja2 -- PyYAML -- bs4 (Beautiful Soup) + - flask + - requests + - jinja2 + - PyYAML + - bs4 (Beautiful Soup) pip3 install flask requests jinja2 PyYAML bs4