From d1dc46c17b0a1bb14c443ab2673c859341c21123 Mon Sep 17 00:00:00 2001 From: chewingbever Date: Wed, 26 Aug 2020 17:30:22 +0200 Subject: [PATCH] Added install instructions to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.