Used for lighter version of the official BEC website
# Initialized environment
pipenv install
# Generate requirements.txt for heroku and other old tools
pipenv run pipenv_to_requirements -f
# Enter venv
pipenv shell
# Deactivate
deactivate
# Activate env
pipenv shell
# Run CLI version
python cli.py
# Run web version
python app.py