From 0fd1b35bf3d0c100475a0394a60076f2a538836f Mon Sep 17 00:00:00 2001 From: Seismic DMS Bot <sdms_bot@slb.com> Date: Fri, 29 Jul 2022 10:17:40 -0500 Subject: [PATCH] ci: adding fossa scan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f32fe01..a15c8d4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Unzip the utility to a folder unzip sdutil-1.0.0 ``` -The utility requires additional modules noted in [all-requirements.txt](all-requirements.txt). You could either install the modules as is or install them in virtualenv to keep your host clean from package conflicts. if you don't want to install them in a virtual environment please jump directly to the step 3. +The utility requires additional modules noted in [all-requirements.txt](all-requirements.txt). You could either install the modules as is or install them in virtualenv to keep your host clean from package conflicts. if you do not want to install them in a virtual environment please jump directly to the step 3. ```sh # check if virtualenv is already installed -- GitLab