You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
299 B

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