1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/README.md

15 lines
433 B
Markdown
Raw Normal View History

2019-05-31 14:37:39 +02:00
# `royalnet` [![PyPI](https://img.shields.io/pypi/v/royalnet.svg)](https://pypi.org/project/royalnet/)
2019-03-22 11:22:21 +01:00
2019-05-31 14:37:39 +02:00
The fifth rewrite of the Royal Network!
2019-03-26 12:38:31 +01:00
2019-05-31 14:37:39 +02:00
It has a lot of submodules, many of which may be used in other bots.
2019-03-26 12:38:31 +01:00
2019-05-31 14:37:39 +02:00
[Documentation available here](https://royal-games.github.io/royalnet/html/index.html).
2019-08-23 23:41:30 +02:00
2019-09-28 18:04:35 +02:00
## Quick install
2019-08-23 23:41:30 +02:00
```
2019-09-28 18:04:35 +02:00
pip3.7 install royalnet
python3.7 -m royalnet.configurator
python3.7 -m royalnet -c (YOUR_COMMAND_PACK)
```