From 5b4972843eba444c6650401d05c9c1990448b185 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 14 Dec 2020 18:12:57 +0100
Subject: [PATCH] Document activation step before running.

---
 docs/installation-development.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/installation-development.md b/docs/installation-development.md
index 1e3634d2..f432dd31 100644
--- a/docs/installation-development.md
+++ b/docs/installation-development.md
@@ -191,6 +191,13 @@ Use the convencience script `run.sh` to get engine started in different ways:
 
 **Run the Engine**
 
+If you have defined a virtual env during the installation step you'll ned to activate it whenever
+you gonna start the engine:
+
+```shell
+source python/bin/activate
+```
+
 This includes the Liquidsoap audio engine, but does not start the API server.
 
 ```shell
-- 
GitLab