Raspberry Pi
已回答
I'd like to write a .py file in pycharm (something like use a push button to toggle light) and then send it to my Raspberry pi and execute from terminal using PuTTy over SSH.
I know the execution part is possible but I have no idea about importing modules or connecting a device in any Jetbrains tools.
And I want to avoid installing pycharm on my Pi.
Thanks in advance.
请先登录再写评论。
Hi Markiemg! You can configure deployment over SSH to your Raspberry Pi in order to send the script to it, docs: https://www.jetbrains.com/help/pycharm/2017.2/deployment.html