From 3da30545872b1002339e71389b73ab1578467314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 2 Jul 2025 13:36:56 +0300 Subject: [PATCH] remove erroneous instruction from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3160abc..86f6ef0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ $ deactivate when you want to run the server again, make sure to activate the venv first: ```bash -$ python -m venv .venv $ source .venv/bin/activate $ python -m app.run ```