From 69e6a70f3a7779bfa19cf01fe2729f6eaf892bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Wed, 13 Dec 2023 12:11:18 +0100 Subject: [PATCH] README.md: Add note on rebuilding venv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When updating components in requirements.txt, components in the venv need to be updated. The simplest way is to just remove the old venv and create a fresh one. Signed-off-by: Michał Kopeć --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b8dbfdebc..1e1847e374 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ localhost:12345` (the number is random). It is crucial at this point to verify that the pages you have changed render correctly as HTML in local preview. +If you need to update the environment (for example, if `requirements.txt` was +updated), just run `rm -r venv` and re-run the steps above. + ### Broken links checker Currently we are using [lychee](https://github.com/lycheeverse/lychee) a fast,