Install the shellbot package

Shellbot is available as a python package, so the installation, the upgrade, and the removal of the software are really easy.

Install the shellbot package

Shellbot is available on PyPi. You can install latest stable version using pip.

On Linux or on Mac OSX:

$ sudo apt-get install python-pip
$ sudo pip install shellbot

On Windows:

> pip install virtualenv
> virtualenv.exe .
> .\Script\pip install shellbot

Upgrade the shellbot package

If you have used pip to install the software, then you can use it again to upgrade the package:

$ sudo pip install --upgrade shellbot

Remove the shellbot package

Why would you bother about a small set of files at a computer? Anyway, if needed here is the command to remove Shellbot from a python environment:

$ sudo pip uninstall shellbot