InstallationΒΆ

To run OneBot you need at least Python 3.4.

At the command line:

$ pip install onebot

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv onebot
$ pip install onebot

You should now have the onebot command available.