1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update README.md

This commit is contained in:
Steffo 2019-08-23 23:41:30 +02:00 committed by GitHub
parent 22b8cdf97f
commit 30e8e60e29
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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). [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
```