Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 2.26 KB

File metadata and controls

57 lines (30 loc) · 2.26 KB

Installation of PyCharm IDE

PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python programming language. It is developed by the Czech company JetBrains (formerly known as IntelliJ).[5] It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django as well as data science with Anaconda.

Next process shows how to install PyCharm.

Search PyCharm download page

01-google-search

You can search download pycharm at Google and click the first result.

Download Setup file

02-download-CE

You can download PyCharm Community edition.

  • PyCharm Community edition is free but not Professional edition.
  • It's enough to use Community edition for building ARGOS plugin.

03-execute-install-program

You can start setup file to install PyCharm.

Install PyCharm

04-start-install-with-default

Click Next to start setup.

05-installing-with-defalt

It takes a few seconds to run this widzerd.

If some options show up just install with default options.

06-finish-installation

When finishing Run PyCharm Community Edition flag is checked then runs PyCharm.

07-starting-first-accept

Please confirm the JetBrains Privacy Policy, and then click Continue.

08-select-white-theme

Set UI theme as you wish.

09-open

You can Create New Project, but for simple example Open folder.

10-open-c-work

We already created a virtual environment at C:\work\py37 and install POT SDK. We can use open C:\work.

You can change the working folder instead of C:\work however change the folder path in this example.