diff --git a/README.me b/README.me new file mode 100644 index 0000000..1a3520b --- /dev/null +++ b/README.me @@ -0,0 +1,25 @@ + +# BillMan + + - Daily AWS consumption reporter w/ slack + +# installation +``` +$ python3 -m venv --clear venv +$ source ./venv/bin/activate +$ pip install -r requirements.txt +``` + +# instructions + + - settings file -> see `bill_man.json.example` + - run + ``` + $ source ./venv/bin/activate + $ python bill_man.py start + ``` + - stop + ``` + $ source ./venv/bin/activate + $ python bill_man.py stop + ``` \ No newline at end of file