Update README.rst

Clarified that some signature extraction methods require initializing the lib first.
This commit is contained in:
Sergey Obukhov
2014-09-14 09:03:10 -07:00
parent 79cd4fcc52
commit 52505bba8a

View File

@@ -71,6 +71,11 @@ the power of machine learning algorithms:
.. code:: python
import talon
# don't forget to init the library first
# it loads machine learning classifiers
talon.init()
from talon import signature