Install RPi module on Pycharm

18,415

As far as I know, there is no way of installing it on your desktop but PyCharm has a remote programming feature that allows you to use the PyCharm interface through an ssh connection to your Raspberry Pi. See this tutorial from Jetbrains.

Share:
18,415
muilpp
Author by

muilpp

Software Developer at Xtremis/Ericsson

Updated on June 13, 2022

Comments

  • muilpp
    muilpp about 2 years

    I've been using IDLE with my raspberry for a while, it's nice at the beginning, but Pycharm provides lots more of features and I'm used to them since I've been also using Android Studio.

    The problem is I couldn't figure out how to install the RPi module to control the pins of my Raspberry. Does anyone know how to do this?

    In case it matters, it's python3 on a raspberry 2B.

  • muilpp
    muilpp about 8 years
    Great thanks! I actually followed this one nathanpjones.com/wp/2016/02/remote-debug-gpio-on-raspberry-p‌​i
  • Meki
    Meki about 7 years
    The tutorial link in the answer is dead :(
  • Lalit Verma
    Lalit Verma almost 5 years
    The link is no more active
  • Neill Herbst
    Neill Herbst almost 5 years
    @LalitVerma I updated the link to a tutorial on the Jetbrains website. Hope it helps