Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 485 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 485 Bytes

GreyCLI

How to get started

  • Install by doing:
pip install -U git+https://github.com/Sengolda/GreyCLI#egg=greycli
  • To run just do:
greybotsetup myawesomebot

Optionally if you are on MacOS/Linux you can install uvloop to get a faster asyncio event loop

pip install -U uvloop

NOTE: There is currently no Windows support only MacOS/Linux