readme.md edit
This commit is contained in:
parent
f9f6864bd5
commit
f9f60c1089
18
README.md
18
README.md
|
@ -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
|
||||||
```
|
```
|
Loading…
Reference in New Issue