Difference between revisions of "4 Pycharm IDE programming"

From Banana Pi Wiki
Jump to: navigation, search
(Install the MicroPython plug-in)
(Install the MicroPython plug-in)
Line 32: Line 32:
 
=Install the MicroPython plug-in=
 
=Install the MicroPython plug-in=
  
*Note: it is now recommended to use the [intellij-mpfshell-1.1.1.1.zip] plug-in version instead of the older version
+
*Note: it is now recommended to use the '''intellij-mpfshell-1.1.1.1.zip''' plug-in version instead of the older version
 
*- releases in the [https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases release] directory [https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases/download/Tools/intellij-micropython-1.1.0.zip intellij micropython - 1.1.0. Zip] the plugin file, and information about the plug-in in[http://plugins.jetbrains.com/plugin/9777-micropython official introduction] and [https://github.com/vlasovskikh/intellij-micropython official GIT]
 
*- releases in the [https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases release] directory [https://github.com/BPI-STEAM/BPI-BIT-MicroPython/releases/download/Tools/intellij-micropython-1.1.0.zip intellij micropython - 1.1.0. Zip] the plugin file, and information about the plug-in in[http://plugins.jetbrains.com/plugin/9777-micropython official introduction] and [https://github.com/vlasovskikh/intellij-micropython official GIT]

Revision as of 20:01, 18 February 2019

Install Python 3.7

Python02.png
  • the system already has Python.

Install the pycharm community version

  • Get pycharm
  • Using the Windows system click here to download the 2018 - version 2.3 (community free of charge)
  • Tip: 2018.3.3 change is too big, do not use, wait for me to compile repair. (2019/01/13)
  • Important note 1: program installation and project under Windows must be under the system disk (path should be consistent)
  • Important clew 2, Linux system if there is a serial connection, please kindly check whether the serial port for the average user permissions, if not sure, please check this instruction ` usermod - a - G dialout Username && sudo reboot `, Username is to point to your user name, not a Username.
  • When the installation is complete, open it. Press the default Settings to enter the following interface.
Python03.png

Create a new project

  • Click Create New Project to bring up the following interface.
Python05.png
  • If you do not have Python installed, here is the interface
Python06.png
  • Finally, you can see that the project has been established and completed.
Python07.png
    • Refer to the official documentation of pycharm for more methods

Install the MicroPython plug-in