Follow the steps below.
pip install virtualenv
# create an virtual env named venv
virtualenv --no-site-packages venv
# enter into it
source venv/bin/activate
git clone https://github.com/puyangsky/KerasCaptcha.git
cd KerasCaptcha
pip install -r requirements.txt
this step may takes a while.
python captcha_resolver.py