git clone https://github.com/neuefische/DS-bank-app.git
conda env create --file environment.yml
source activate neue-fische-bank-app
conda env update --file environment.yml
source activate neue-fische-bank-app
jupyter notebook
pytest # tests
flake8 # codestyle - Should return `0` if all checks are passed successfully.