How to run the python command line app?

Sorry i am new. But how do you config the mestastic? I run ubuntu. Can you config al the settings in the command line? What commands exactly? Step by step guide line would be great.

Hi, you can Install it via pip, see https://pypi.org/project/meshtastic/ for details and examples.

Ok i see but how do i run the python code
“Import meshtastic…”
Just put it in the command line?

The python code can be run in the python interactive shell (“python3” at bash shell), or saved as a “.py” script. Hope this helps!

if you want to run the python command line just run it from your OS shell. If you run “meshtastic --help” it should give a summary.