You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks really nice -- thanks for making it open source!
I would suggest adding the following basic installation instructions to the README:
git clone https://github.com/jtauber/greek-inflexion
pipenv install inflexion [... or something like pipenv --python /bin/python3 if that doesn't work]
pipenv shell
./data_test.py
exit
If I'm understanding correctly, then the inflexion and greek-accentuation libraries are automagically located and pulled in from git or something (although it's not obvious to me how it knows) -- it might be helpful to say this in the README, because from reading it, I was under the impression that I would have to go to some other repo and separately install these dependencies.
The text was updated successfully, but these errors were encountered:
This looks really nice -- thanks for making it open source!
I would suggest adding the following basic installation instructions to the README:
git clone https://github.com/jtauber/greek-inflexion
pipenv install inflexion [... or something like pipenv --python /bin/python3 if that doesn't work]
pipenv shell
./data_test.py
exit
If I'm understanding correctly, then the inflexion and greek-accentuation libraries are automagically located and pulled in from git or something (although it's not obvious to me how it knows) -- it might be helpful to say this in the README, because from reading it, I was under the impression that I would have to go to some other repo and separately install these dependencies.
The text was updated successfully, but these errors were encountered: