torbennaumann / DS-bank-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank App

Setup

git clone https://github.com/neuefische/DS-bank-app.git
conda env create --file environment.yml
source activate neue-fische-bank-app

Usage

conda env update --file environment.yml
source activate neue-fische-bank-app
jupyter notebook

Tests

pytest # tests
flake8 # codestyle - Should return `0` if all checks are passed successfully.

About


Languages

Language:Jupyter Notebook 95.5%Language:Python 4.5%