Web Scraping from bible.com to generate sqlite files to OpenLP software.
# install pipenv globally
sudo pip install pipenv -U
# create project virtualenv
pipenv install --dev
# active virtualenv
pipenv shell# lint
pylint --load-plugins pylint_quotes src/*