Added install instructions to README

develop
Jef Roosens 2020-08-26 17:30:22 +02:00
parent 7c919c2abb
commit d1dc46c17b
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ on writing the functionality of the bot itself, not how the bot works/interacts
Frank works by dividing the bot into modules. Each module has its own prefix, commands, and daemons. Frank handles Frank works by dividing the bot into modules. Each module has its own prefix, commands, and daemons. Frank handles
routing the Discord commands to their respective functions. routing the Discord commands to their respective functions.
## Installation
You can install the `frank-discord` package from PyPi:
```
pip install frank-discord
```
## Example Module ## Example Module
In this section, I've written an example module for you, to understand the basic mechanics behind Frank. In this section, I've written an example module for you, to understand the basic mechanics behind Frank.