From fc00665f90d4553c548653f411b47c63d9e97d17 Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Mon, 27 Feb 2023 14:07:52 +0100 Subject: [PATCH] Update README.md Install instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00dd81e..43033d5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Typo3Scan works with [Python 3](http://www.python.org/download/) version **>= 3. You can install all required packages with pip3: - python3 -m pip install -r requirements.txt + python3 -m venv ./venv + source ./venv/bin/activate + pip3 install -r requirements.txt ## Usage