diff options
| author | J08nY | 2023-04-21 15:33:18 +0200 |
|---|---|---|
| committer | J08nY | 2023-04-21 15:33:18 +0200 |
| commit | c04a2fb105ed3196f0ccbfb55b9b5765a798d960 (patch) | |
| tree | 5c55b732b7aa00fd67e911db02bb509756123721 /docs | |
| parent | 0c181f6c2748b4dea5e82fe87a1b3d04c7363076 (diff) | |
| parent | 5893352a41ce8e513dfbbb7c3e35cac3925966ea (diff) | |
| download | sec-certs-c04a2fb105ed3196f0ccbfb55b9b5765a798d960.tar.gz sec-certs-c04a2fb105ed3196f0ccbfb55b9b5765a798d960.tar.zst sec-certs-c04a2fb105ed3196f0ccbfb55b9b5765a798d960.zip | |
Merge branch 'fix/dup-dedup' into issue/324-Switch-from-NVD-data-feeds-to-API
Diffstat (limited to 'docs')
| -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 d916bc5a..1088e51a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -6,7 +6,7 @@ 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 +from sec_certs.dataset.cc import CCDataset dset = CCDataset.from_web_latest() ``` @@ -19,7 +19,7 @@ to obtain to obtain freshly processed dataset from [seccerts.org](https://seccer 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 +from sec_certs.dataset.fips import FIPSDataset dset = FIPSDataset.from_web_latest() ``` |
