aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/check_versions/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/security/check_versions/README.md')
-rw-r--r--test/security/check_versions/README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/test/security/check_versions/README.md b/test/security/check_versions/README.md
index 3934ca77a..399d10443 100644
--- a/test/security/check_versions/README.md
+++ b/test/security/check_versions/README.md
@@ -6,25 +6,12 @@ in the kubernetes cluster containers.
## Commands
-### Creating environment
-
-All development and testing process, should be done in prepared virtual machine,
-that is containing development environment for this project. Vagrant plugins,
-that are required to start virtual machine: `vagrant-libvirt`, `vagrant-reload`,
-`vagrant-sshfs`.
-
-```bash
-cd env
-vagrant up
-vagrant ssh
-```
-
### Install dependencies
To install dependencies for normal usage of script, run this command.
```bash
-pip3 install -r env/requirements.txt
+pip3 install -r requirements.txt
```
### Code formatting