gaspardpetit / phonetic_fr-py

A python port of EdouardBERGE/phonetic
MIT License
2 stars 1 forks source link

Shell command not working #11

Open Allaoua9 opened 4 months ago

Allaoua9 commented 4 months ago

shell command mentioned in the readme does not work :

Traceback (most recent call last):
  File "...../.venv/bin/phonetic_fr", line 5, in <module>
    from phonetic_distance.__main__ import main
ModuleNotFoundError: No module named 'phonetic_distance'

this command works though :

echo "Le ver vert glisse vers le verre" | python -m phonetic_fr.__main__