Installation¶
Stable release¶
To install Perry Bot, download the .tar.gz of the latest release and run this command in your terminal:
# Navigate to the directory containing perry_bot
$ pipx install ./perry_bot-v0.1.0
Start Perry Bot with:
$ perry-bot
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