Importing Bolt Python Library in Pycharm

Could anyone help me out in importing Bolt Python Library in Pycharm IDE so that that it would be easier to type the command unless server is becoming hectic for coding because of no mouse controller supported.

1 Like

Ya sure. In Pycharm open the terminal and type pip install boltiot. It will take a few minutes to install the Bolt Python Library. Once it is over, you can use the bolt module in your Pycharm and code it with Python. Have a nice day.

1 Like

ImportError: cannot import name ‘Bolt’ from ‘boltiot’ (C:\Users\LENOVO\PycharmProjects\pythonProject\venv\boltiot.py)

Hi @hjain94959 ,

Please share the steps that you had used while installing the boltiot library.

on terminal ‘pip install boltiot’
it automatically downloaded many things
then i wrote the code ‘from boltiot import bolt’