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