Skip to content

Installation

TRC Loop edited this page May 10, 2024 · 2 revisions

Installation

This shows how to install the SQLib Package

Install using pip

To install SQLib using the PyPi Package:

pip3 install SQLibEngine

NOTE: if you are on Windows, try using pip instead of pip3.

Still got problems?

Your python interpreter may not be found. Try one of these:

py -m pip install SQLibEngine
py -m pip3 install SQLibEngine
python -m pip install SQLibEngine
python -m pip3 install SQLibEngine
python3 -m pip install SQLibEngine
python3 -m pip3 install SQLibEngine

Clone this wiki locally