glove-python icon indicating copy to clipboard operation
glove-python copied to clipboard

How can I make an edited glove.py work?

Open XinnuoXu opened this issue 6 years ago • 1 comments

How can I make an edited glove.py work?

XinnuoXu avatar Mar 07 '18 18:03 XinnuoXu

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

IronFarm avatar Jun 08 '18 13:06 IronFarm