Update README.rst
Clarified that some signature extraction methods require initializing the lib first.
This commit is contained in:
@@ -71,6 +71,11 @@ the power of machine learning algorithms:
|
|||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
|
import talon
|
||||||
|
# don't forget to init the library first
|
||||||
|
# it loads machine learning classifiers
|
||||||
|
talon.init()
|
||||||
|
|
||||||
from talon import signature
|
from talon import signature
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user