From 07b8c255a5106ecf9a567677034fd67dd4b4f3a6 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 28 Mar 2018 12:46:27 +0200 Subject: [PATCH] Updatee example with note to install requests --- examples/pipeline/custom_component_countries_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pipeline/custom_component_countries_api.py b/examples/pipeline/custom_component_countries_api.py index da88bbcad..1a6dc3e42 100644 --- a/examples/pipeline/custom_component_countries_api.py +++ b/examples/pipeline/custom_component_countries_api.py @@ -9,6 +9,7 @@ coordinates. Can be extended with more details from the API. * Custom pipeline components: https://spacy.io//usage/processing-pipelines#custom-components Compatible with: spaCy v2.0.0+ +Prerequisites: pip install requests """ from __future__ import unicode_literals, print_function