From 900a0a8122ac4d054492b1b067ed2ce4a235c412 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 2 Jan 2021 14:35:14 +0100
Subject: [PATCH] =?UTF-8?q?Instalace:=20Lok=C3=A1ln=C3=AD=20spou=C5=A1t?=
 =?UTF-8?q?=C4=9Bn=C3=AD=20pomoc=C3=AD=20bin/flask?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md          | 6 +++++-
 flask => bin/flask | 0
 2 files changed, 5 insertions(+), 1 deletion(-)
 rename flask => bin/flask (100%)

diff --git a/README.md b/README.md
index df6a037f..af310ebd 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,14 @@
 	python3 -m venv venv
 	. venv/bin/activate
 	pip install wheel
-	pip install -c constraints.txt -e .
+	pip install -c constraints.txt --editable .
 	# vytvořit mo/web/config.py podle etc/config.py.example
 	mkdir -p data/imports
 
+	bin/flask run
+
+	# Po běžných úpravách není potřeba balíček přeinstalovávat
+
 ## Instalace na produkční server
 
 	# Založit účet mo-web (jako root)
diff --git a/flask b/bin/flask
similarity index 100%
rename from flask
rename to bin/flask
-- 
GitLab