1
0
Fork 0

add readme.md

This commit is contained in:
Sangbum Kim 2018-08-21 10:36:28 +09:00
parent c515e857ed
commit 03edab6f19
1 changed files with 25 additions and 0 deletions

25
README.me Normal file
View File

@ -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
```