aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPetr Svenda2020-11-19 11:03:58 +0100
committerGitHub2020-11-19 11:03:58 +0100
commitadbffc59593ccb26565e0d992f7a52f13b8d7354 (patch)
treeab8deae9b3da04bede1cf958e11550800d11ca95
parent42175163c90693376edb97cf48ad693c2047967e (diff)
downloadsec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.tar.gz
sec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.tar.zst
sec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.zip
add installation of python virtualenv
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7297d0d2..90684bfe 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,12 @@ This project is developed by the [Centre for Research On Cryptography and Securi
The tool requires several Python packages as well as the `pdftotext` binary somewhere on the `PATH`.
The easiest way to setup the tool is to install it in a virtual environment, e.g.:
+Install Python virtual environment (if not yet):
+```
+python3 -m pip install --upgrade pip
+pip install virtualenv
+```
+Setup new local one named 'virt' :
```
python3 -m venv virt
. virt/bin/activate