From c3eac9e5751df28e72024949a7b08c29f51a39ef Mon Sep 17 00:00:00 2001 From: Jan Soubusta Date: Wed, 17 Jul 2024 18:44:41 +0200 Subject: [PATCH] realtime - DOC activate venv --- real_time/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/real_time/README.md b/real_time/README.md index 155e467..6427fdf 100644 --- a/real_time/README.md +++ b/real_time/README.md @@ -13,6 +13,11 @@ Install Python dependencies: make dev ``` +# Activate the virtual environment: +```bash +source .venv/bin/activate +``` + ## Quick start Create a new .env file. You can use the template [env_example](env_example). Set up the environment: