Closed arne-cl closed 10 years ago
Hi Mirko,
I added a minimal setup.py, which allows your package to be installed system-wide (and also installs nltk, if necessary). You can also add your package to the Python Package Index (PyPI) by running:
python setup.py register sdist upload
Best, Arne
Hello Arne,
many thanks for the improvements to the code.
Best, Mirko
I just recently learned how easy it is to get code into PyPI. Now I'm trying to convert everybody;)
Hi Mirko,
I added a minimal setup.py, which allows your package to be installed system-wide (and also installs nltk, if necessary). You can also add your package to the Python Package Index (PyPI) by running:
Best, Arne