diff options
| author | adamjanovsky | 2022-12-10 10:02:27 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-10 10:02:27 +0100 |
| commit | 9d1d44d04532609524fd862697179e179a6ea92c (patch) | |
| tree | dbd8f7a942ddf77ce9601f9152f469f146304bdb /docs/quickstart.md | |
| parent | 1b9029f8f2a17c222552ab65e3c186f69a9a9ffc (diff) | |
| parent | 570665cc82f00eb92f0980fc562b28af18fdca65 (diff) | |
| download | sec-certs-0.1.2.tar.gz sec-certs-0.1.2.tar.zst sec-certs-0.1.2.zip | |
Merge pull request #297 from crocs-muni/fix/pypi-action0.1.2
update release on pypi action
Diffstat (limited to 'docs/quickstart.md')
| -rw-r--r-- | docs/quickstart.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 57033259..d916bc5a 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` (see [installation](installation.md)). +1. Install the latest version with `pip install -U sec-certs && python -m spacy download en_core_web_sm` (see [installation](installation.md)). 2. In your Python interpreter, type ```python from sec_certs.dataset 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` (see [installation](installation.md)). +1. Install the latest version with `pip install -U sec-certs && python -m spacy download en_core_web_sm` (see [installation](installation.md)). 2. In your Python interpreter, type ```python from sec_certs.dataset import FIPSDataset |
