Connecting Bolt Iot device through already installed python anaconda navigator

I already have pyhton 3 software installed in my Windows 10 laptop, how should I access to bolt python library and also connect my device to it so that when I run my code in anaconda navigator it will show output on my bolt Iot device?

Install the bolt library using your command prompt
->pip install boltiot
You can acess your bolt kit using the bolt Api key and device ID
The code is same for both the ubuntu (linux) and for the python software you installed.

1 Like

Thank you, I installed boltiot library!!