Skip to content

Commit f656552

Browse files
committed
DOC mention requirements.txt in the example's README
1 parent 9949492 commit f656552

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

example/README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Contact extraction using Webstruct
44
This folder contains code to train a model for contact and address
55
extraction. The result is a .joblib file with pickled webstruct.NER object.
66

7-
Currently the example requires Python 3.5+
7+
Python packages from requirements.txt file are needed; install them using
8+
9+
::
10+
11+
pip install -r requirements.txt
12+
13+
Currently the example requires Python 3.5+.
814

915
Training
1016
--------

0 commit comments

Comments
 (0)