diff --git a/README.md b/README.md index 8e558d4..ccb75db 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,11 @@ your `resources/nlp4j.plemma.model.all.xz`: If you intend to use the BIST parser for dependency parsing or OPEN-SESAME for frame semantic parsing, you will need -to install DyNET 2.0.2 following: +to install DyNET 2.0.2 via: +``` +pip install dynet=2.0.2 +``` +If you experience problems installing DyNET via pip, follow: ``` https://dynet.readthedocs.io/en/2.0.2/python.html ``` diff --git a/setup.py b/setup.py index 8a91f0d..fb01b18 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ author_email='akb@3azouz.net', long_description=long_description, long_description_content_type='text/markdown', - version='1.3.6', + version='1.3.7', url='https://gitlab.com/akb89/pyfn', download_url='https://pypi.org/project/pyfn/#files', license='MIT',