From 62d72e0712c21410cb5460cf927809bc1a0a28a9 Mon Sep 17 00:00:00 2001 From: romue Date: Thu, 11 Nov 2021 17:18:12 +0100 Subject: [PATCH] corrected install instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa13a7..65ac50b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,5 @@ Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS 1. Make sure to install `virtualenv` using `pip install virtualenv` 2. Create a new virtual environment `virtualenv venv` 3. Activate the virtual environment `source venv/bin/activate` -4. Install the required dependencies `pip install requirements.txt` - +4. Install the required dependencies `pip install -r requirements.txt` ##