maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

How can I make an edited glove.py work? #76

Open XinnuoXu opened 6 years ago

XinnuoXu commented 6 years ago

How can I make an edited glove.py work?

IronFarm commented 6 years ago

Checkout the repository, edit glove.py then install the package in editable mode (pip install -e . in the package directory).

https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs