diff options
| author | Petr Svenda | 2020-11-19 11:03:58 +0100 |
|---|---|---|
| committer | GitHub | 2020-11-19 11:03:58 +0100 |
| commit | adbffc59593ccb26565e0d992f7a52f13b8d7354 (patch) | |
| tree | ab8deae9b3da04bede1cf958e11550800d11ca95 | |
| parent | 42175163c90693376edb97cf48ad693c2047967e (diff) | |
| download | sec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.tar.gz sec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.tar.zst sec-certs-adbffc59593ccb26565e0d992f7a52f13b8d7354.zip | |
add installation of python virtualenv
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
