Installation

Windows 10:

Assuming you have python 3.7+ and pip installed:

pip install ibl

REPL.IT

https://repl.it is a great website to test code. To use it, put the three following lines at the top of your script:

import os
os.system('pip install ibl')
import ibl

Linux (Ubuntu + Debian)

Assuming you have Python 3.7+ and pip3 installed:

sudo pip3 install ibl

Last updated