1
0
Fork 0

edit readme.md 2

This commit is contained in:
Sangbum Kim 2018-08-21 10:38:12 +09:00
parent f9f60c1089
commit a15616b4a5
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- Daily AWS consumption reporter w/ slack
# installation
```bash
$ python3 -m venv --clear venv
$ source ./venv/bin/activate
@ -14,11 +15,13 @@ $ pip install -r requirements.txt
- settings file -> see `bill_man.json.example`
- run
```bash
$ source ./venv/bin/activate
$ python bill_man.py start
```
- stop
```bash
$ source ./venv/bin/activate
$ python bill_man.py stop