@1913025
Hi,
I think you should try Ubuntu in virtual box .You can find how to install Ubuntu in virtual box in internet easily.
Please reply if found helpful
Thank you
Thanks for your reply, VMware workstation ubuntu 20.04 I have installed in laptop
How to use VMware ubuntu
How to run the coding
Iâm doing temperature monitoring system while send sms email when across threshold
Can you help me to do
@1913025
Hi,
you will be able to do it .
Just follow the step in the course.
First, You have to create account in the Twilio .It has free trial account you see the webpage a little different then course ordering.
Then write code in the ubuntu
Make sure you have install pip3 boltiot .
If face problem
Please reply
Thank you
Please drop a mail to help desk in digital ocean. It will be cleared in 48 hrs.
Yes i have created twilio account and installed pipâŚ
To run pip it ask ip address I didnât have digital ocean then how can i run pip
I am struggling
How to write code on ubuntu⌠Please show how to write
Refer to the training module. If you are stuck in any step, send a screenshot we will solve it for you.
@1913025
Hi
Refer to the training module.
open the terminal in Ubuntu by Ctrl+Alt+T or by search in show application
Then, create file as in training and run the command in it
as in training module.
Thank you
Hi
Without using digital ocean how we can use putty to run the coding
@akshayan.sinha @shubham_11912079 Thank you for support
You dont need even putty, to run the boltIoT. You can run simply on your windows.
@1913025
Hi
You do not require to use putty to run code.
just follow the command in the training in terminal
to install python latest version type the command in terminal (shortcut to open terminal is Ctrl +Alt +T)
then type command .
sudo apt-get -y update
next command
sudo apt install python3-pip
the to connect with Bolt platform type in terminal
sudo pip3 install boltiot
now create file and type code and run in terminal
Refer Project 6 in training module.
Thank you
These commands are for linux.