From 8ab852864068e361b33b7ba89eb05383c19f3efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 30 Dec 2024 19:10:09 +0100 Subject: [PATCH] Update DEVELOPMENT.md Add step 'Activate the new Python environment' --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 158261ea..fe12c505 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -6,6 +6,7 @@ Development is only possible on a (recent) Linux or MacOS machine. Other operati - Download/clone the repo to your local machine. - Set-up the development environment: `scripts/setup.sh` +- Activate the new Python environment `source .venv/bin/activate` ## Start Matter server