diff --git a/README.md b/README.md index 142d880..6a01a8f 100644 --- a/README.md +++ b/README.md @@ -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 routing the Discord commands to their respective functions. +## Installation +You can install the `frank-discord` package from PyPi: + +``` +pip install frank-discord +``` + ## Example Module In this section, I've written an example module for you, to understand the basic mechanics behind Frank.