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