From c9a11a62f15f9e474c8f0cdda48a611f84396c01 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Mon, 15 Oct 2018 21:21:26 +0200 Subject: [PATCH] Reduced the requirements (har har) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 529e8cf..cfa565a 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A simple service for making QR labels with URL links that can be dynamically con ##Intended use A set of QR codes is generated and printed as generic link-labels. The labels are standard URLs and work with generic QR scanninc apps. The URLs point to the address of the qr-label server and provide a short, unique identification tag. When a label is scanned for the first time, the system allows to assign a link to that tag. Once the link is assigned, the service will always issue a HTTP 301 redirect on that unique tag, to instantly display the intended page. -#Requirements +##Requirements Python, and the following packages: * flask