Python ide instead of ubuntu cli

Can I use python ide instead of Ubuntu cli for connecting bolt to bolt cloud and where can i get bolt library file?

Hi @sushanthreddy17297
Yes, you can use Python IDLE for connecting bolt to bolt cloud.
You can install boltiot library using pip on command prompt if you are using windows.

1. Check Python is installed or not.

C:\WINDOWS\system32>python --version
Python 3.8.0

2. Check pip is installed or not

C:\WINDOWS\system32>pip --version
pip 19.3.1 from c:\program files\python38\lib\site-packages\pip (python 3.8)

3. To install pip

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Then run the following:

python get-pip.py

To install boltiot library

pip install boltiot