Skip to content

Commit

Permalink
Add Poetry option to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Jan 28, 2024
1 parent ef3f0c0 commit faf6c86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ $ python -m pip install -r requirements-extra.txt # optional
$ python walbot.py start
```

or using [Poetry](https://python-poetry.org/)

```shell
$ poetry install
$ python walbot.py start
```

### Command line options overview:
```shell
$ python walbot.py start # Start the bot
Expand Down

0 comments on commit faf6c86

Please sign in to comment.