From 30e8e60e2975df9a42baf53e5a3af11526d47e67 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 23 Aug 2019 23:41:30 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 845658bd..a23b0c88 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,17 @@ The fifth rewrite of the Royal Network! It has a lot of submodules, many of which may be used in other bots. [Documentation available here](https://royal-games.github.io/royalnet/html/index.html). + +## Installation for the Royal Games community + +With `python3.7` and `pip` installed, run: + +```bash +pip install royalnet +pip install websockets --upgrade +export TG_AK="Telegram API Key" +export DS_AK="Discord API Key" +export DB_PATH="sqlalchemy database path to postgresql" +export MASTER_KEY="A secret password to connect to the network" +python3.7 -m royalnet.royalgames -OO +```