Edm0nd/README.md
2020-11-06 00:50:11 +01:00

22 lines
299 B
Markdown

Edm0nd
======
New version of the infamous IRC bot.
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
```