Installation
Windows 10:
Assuming you have python 3.7+ and pip installed:
pip install iblREPL.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 iblLinux (Ubuntu + Debian)
Assuming you have Python 3.7+ and pip3 installed:
sudo pip3 install iblLast updated
Was this helpful?