Before installing, make sure you have Python 3.10 or later
You may use venv or conda to install the dependencies.
Then install the dependencies
pip install -e git+https://github.com/jayhansuh/qbot-sdk.git#egg=qbot
or
git clone https://github.com/jayhansuh/qbot-sdk.git
cd qbot-sdk
pip install -e .
Test import
python -c "import qbot;print(qbot.__version__)"
See the example.ipynb for more details.