diff options
| author | Adam Janovsky | 2024-02-20 12:12:25 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2024-02-20 12:12:25 +0100 |
| commit | b545fab8bb24d1e21c8b69b8f12a98a3e3694702 (patch) | |
| tree | 297b339f9d0fee01ed50854d3fef43d79c77fbe1 /docs | |
| parent | 78d2cfd8711b56c4d06b7c3bc24cf94b3743cd91 (diff) | |
| download | sec-certs-b545fab8bb24d1e21c8b69b8f12a98a3e3694702.tar.gz sec-certs-b545fab8bb24d1e21c8b69b8f12a98a3e3694702.tar.zst sec-certs-b545fab8bb24d1e21c8b69b8f12a98a3e3694702.zip | |
spacy model download now with pip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.md | 2 | ||||
| -rw-r--r-- | docs/quickstart.md | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/installation.md b/docs/installation.md index e71c9b97..e62149e6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,6 @@ The tool can be installed from PyPi with ```bash pip install -U sec-certs -python -m spacy download en_core_web_sm ``` Note, that `Python>=3.10` is required. @@ -32,7 +31,6 @@ 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. diff --git a/docs/quickstart.md b/docs/quickstart.md index f2e3690f..49731e88 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -3,7 +3,7 @@ ::::{tab-set} :::{tab-item} Common Criteria -1. Install the latest version with `pip install -U sec-certs && python -m spacy download en_core_web_sm` (see [installation](installation.md)). +1. Install the latest version with `pip install -U sec-certs` (see [installation](installation.md)). 2. In your Python interpreter, type ```python from sec_certs.dataset.cc import CCDataset @@ -16,7 +16,7 @@ to obtain to obtain freshly processed dataset from [seccerts.org](https://seccer ::: :::{tab-item} FIPS 140 -1. Install the latest version with `pip install -U sec-certs && python -m spacy download en_core_web_sm` (see [installation](installation.md)). +1. Install the latest version with `pip install -U sec-certs` (see [installation](installation.md)). 2. In your Python interpreter, type ```python from sec_certs.dataset.fips import FIPSDataset |
