You can install Orator in 2 different ways:
pip install orator
Note
The different dbapi packages are not part of the package dependencies, so you must install them in order to connect to corresponding databases:
psycopg2
PyMySQL
or mysqlclient
sqlite3
module is bundled with Python by default