Installation

Botibal is currently compatible with Python 3.5, 3.6 and 3.7, and has been tested on Linux.

With pip (system-wide)

The simplest way to install Botibal is with pip:

$ pip install botibal

From the sources

To install Botibal from the latest source revision and install it in a dedicated virtualenv:

# fetch the sources
$ git clone https://github.com/virtualtam/botibal
$ cd botibal

# create and activate a new virtualenv
$ virtualenv /path/to/botibal-src
$ source /path/to/botibal-src/bin/activate

# upgrade pip (required to read requirements attributes)
(botibal-src) $ pip install -U pip

# build and install
(botibal-src) $ make install

# check which packages have been installed
(botibal3) $ pip freeze

aiodns==1.0.0
botibal==0.7.5
pyasn1==0.1.9
pyasn1-modules==0.0.8
pycares==1.0.0
slixmpp==1.1
wheel==0.24.0