The pip installation command in the README does not work. I've provided the terminal output below
$ git clone https://github.com/uf-hobi-informatics-lab/NLPreprocessing
Cloning into 'NLPreprocessing'...
remote: Enumerating objects: 183, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 183 (delta 0), reused 1 (delta 0), pack-reused 176
Receiving objects: 100% (183/183), 707.14 KiB | 3.70 MiB/s, done.
Resolving deltas: 100% (105/105), done.
zameerbharwani in ~/Desktop/test_code on master*
$ python -m pip install NLPreprocessing
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement NLPreprocessing (from versions: none)
ERROR: No matching distribution found for NLPreprocessing
zameerbharwani in ~/Desktop/test_code on master*
The pip installation command in the README does not work. I've provided the terminal output below