Open XinnuoXu opened 6 years ago
How can I make an edited glove.py work?
Checkout the repository, edit glove.py then install the package in editable mode (pip install -e . in the package directory).
pip install -e .
https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
How can I make an edited glove.py work?