1
0
Fork 0

readme.md edit

This commit is contained in:
Sangbum Kim 2018-08-21 10:37:37 +09:00
parent f9f6864bd5
commit f9f60c1089
1 changed files with 9 additions and 9 deletions

View File

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