diff options
| author | adamjanovsky | 2024-02-20 12:54:46 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-20 12:54:46 +0100 |
| commit | 6415e71f282c36061b9268df7743b3e6504fa0dc (patch) | |
| tree | a1915a8b33cb854077698e5dadcbb7478856e4ef /docs/installation.md | |
| parent | 9f02cf2ef3e499bc4ded221cd918be1461e73708 (diff) | |
| parent | 26d316ae23b1b47c8ac3543de233995dac85a67a (diff) | |
| download | sec-certs-0.2.1.tar.gz sec-certs-0.2.1.tar.zst sec-certs-0.2.1.zip | |
Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1
revert spacy model download installation
Diffstat (limited to 'docs/installation.md')
| -rw-r--r-- | docs/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md index e62149e6..d489b03c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,7 +6,7 @@ The tool can be installed from PyPi with ```bash -pip install -U sec-certs +pip install -U sec-certs && python -m spacy download en_core_web_sm ``` Note, that `Python>=3.10` is required. @@ -31,6 +31,7 @@ git clone https://github.com/crocs-muni/sec-certs.git python3 -m venv venv source venv/bin/activate pip install -e . +python -m spacy download en_core_web_sm ``` Alternatively, our Our [Dockerfile](https://github.com/crocs-muni/sec-certs/blob/main/Dockerfile) represents a reproducible way of setting up the environment. |
