mrseanryan / csfy

Train a simple text classifier and predict labels - supports ONNX output for performance, language-neutral
https://medium.com/p/9fd7003000fc
MIT License
0 stars 0 forks source link

fix: restore default package mode #5

Closed jgafnea closed 3 months ago

jgafnea commented 3 months ago

Hi, this restores default behavior which Poetry calls package mode. Otherwise Poetry only installs dependencies then complains the script isn't installed.

https://python-poetry.org/docs/basic-usage/#operating-modes

Closes #3

mrseanryan commented 3 months ago

thank you!