edit readme.md 2
This commit is contained in:
parent
f9f60c1089
commit
a15616b4a5
|
@ -4,6 +4,7 @@
|
||||||
- Daily AWS consumption reporter w/ slack
|
- Daily AWS consumption reporter w/ slack
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python3 -m venv --clear venv
|
$ python3 -m venv --clear venv
|
||||||
$ source ./venv/bin/activate
|
$ source ./venv/bin/activate
|
||||||
|
@ -14,11 +15,13 @@ $ pip install -r requirements.txt
|
||||||
|
|
||||||
- settings file -> see `bill_man.json.example`
|
- settings file -> see `bill_man.json.example`
|
||||||
- run
|
- run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source ./venv/bin/activate
|
$ source ./venv/bin/activate
|
||||||
$ python bill_man.py start
|
$ python bill_man.py start
|
||||||
```
|
```
|
||||||
- stop
|
- stop
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source ./venv/bin/activate
|
$ source ./venv/bin/activate
|
||||||
$ python bill_man.py stop
|
$ python bill_man.py stop
|
||||||
|
|
Loading…
Reference in New Issue