Closed jvamvas closed 3 years ago
Hi, thanks for this. Instead of removing the install instructions, it might be better to change them so they get the latest release of this repository (i.e., pip install -U 'wn==0.0.23'
), plus a note explaining the change. E.g.:
This project is no longer being maintained. You can install the last release as follows:
pip install -U 'wn==0.0.23'
The version number is required because the 'wn' project on PyPI is now used by https://github.com/goodmami/wn. If you're interested in moving to the newer module, see the migration guide.
Thanks for your pull request. I've merged your changes with a notice as outlined above.
@goodmami Thank you.
https://pypi.org/project/wn/ is a different project, so the installation instructions currently do not work.
See also: https://github.com/goodmami/wn/issues/35