From 84b78f112eda8f9fee6ed9b5eaf3af6a0ff2fea1 Mon Sep 17 00:00:00 2001 From: Marica Antonacci Date: Tue, 28 May 2019 12:21:51 +0200 Subject: [PATCH] Fix path for virtualenv activate bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57d7dd13..1a588affd 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker build -f docker/Dockerfile -t orchestrator-dashboard . git clone https://github.com/maricaantonacci/orchestrator-dashboard.git cd orchestrator-dashboard python3 -m venv venv -source venv/source/activate +source venv/bin/activate pip install -r requirements.txt ```