From efe4428fa8201af63fe3e9ef99d1060cffcaf413 Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Tue, 16 Aug 2022 14:55:37 +0200
Subject: [PATCH] update README

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index c50ccbc..e7c28dd 100644
--- a/README
+++ b/README
@@ -19,11 +19,11 @@ manjaro-xfce-21.0.5 linux5.10
 
 3) install packages/devtools
     - gtksourceview3 [<=3.24.11-1]
-    - ipython [<=7.*]
     - python-pip
     - make
 
-4) install python modules (to install the modules with pip in ~/.local, you can run 'make install-python-env' in the CCS base directory or use 'pip install [--user] -r requirements.txt')
+4) install python modules (to install the required modules with pip in userspace or a venv, you can run 'make install-python-requirements' in the CCS base directory or use 'pip install [--user] -r requirements.txt')
+    - ipython [=7.*]
     - python-numpy
     - python-scipy
     - python-matplotlib
-- 
GitLab