barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
691 stars 101 forks source link

installing from source instructions outdated #135

Closed nsheils closed 1 year ago

nsheils commented 1 year ago

In the instructions for how to install from source: git clone https://github.com/barrust/pyspellchecker.git cd pyspellchecker python setup.py install

However, within hte pyspellchecker folder there is no setup.py file.

barrust commented 1 year ago

Good catch. I moved to PEP 517 support and didn't update the readme. I believe it should be how to build from source and no longer install from source.