Edm0nd/README.md

22 lines
299 B
Markdown
Raw Normal View History

Edm0nd
======
New version of the infamous IRC bot.
2020-10-09 22:34:32 +02:00
Installation
------------
Clone the repository and install main dependencies using Pipenv:
```bash
pipenv install
```
Plugins dependencies can be manually installed with
```bash
pipenv run pip install -r edmond/plugins/requirements.txt
```