Installation ============ Currently ``listb`` only supports *Python 3*. Installation is easy, just download the source and run the following commands in your terminal. .. code-block:: bash $ pip3 install -r requirements.txt $ python3 setup.py install