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
# installation
```
```bash
$ python3 -m venv --clear venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
@ -14,12 +14,12 @@ $ 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
```