Installation¶
Stable release¶
Install the latest release of Perry Bot with pipx:
$ pipx install perry-bot
Perry Bot’s command is:
$ perry-bot
Use the --help flag to see all commands:
$ perry-bot --help
This is the preferred method to install Perry Bot, as it will automatically create a virtual environment for Perry Bot and add the binary to your PATH.
If you don’t have pipx installed, see pipx’s installation guide.
From sources¶
The sources for Perry Bot can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/shunnkou/perry-bot
Or download the tarball:
$ curl -OJL https://github.com/shunnkou/perry-bot/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install