PyCharm 2016.3 Help

Requirements for PyCharm

On this page:

Hardware requirements

  • 1 GB RAM minimum, 2 GB RAM recommended
  • 1024x768 minimum screen resolution

System requirements

JRE 1.8 is bundled with distributions for all platforms. You don't need any Java to be installed on your machine in order to run PyCharm.

Windows

System RequirementsInstallation
  • Microsoft Windows 10/8/7/Vista/2003/XP (incl.64-bit)
  • Python 2.4 or higher, Jython, PyPy or IronPython.
  1. Download PyCharm from the Download page.
  2. Run the pycharm-professional or pycharm-community-*.exe file that starts the Installation Wizard.
  3. Follow all steps suggested by the wizard. Pay special attention to the corresponding installation options.

OS X

System Requirements Installation
  • OS X 10.5 or higher.
  • Only 64-bit OS X is supported.
  • Python 2.4 or higher, Jython, PyPy or IronPython
  1. Download the pycharm-professional or pycharm-community-*.dmg OS X Disk Image file from the Download page.
  2. Double-click the downloaded pycharm-professional or pycharm-community-*.dmg OS X Disk Image file to mount it.
  3. Copy PyCharm to your Applications folder.

Linux

System RequirementsInstallation
  • OS Linux 64 bit
  • KDE, GNOME or Unity DE desktop
  • Python 2.4 or higher, Jython, PyPy or IronPython
  1. Download the <pycharm-professional or pycharm-community>-*.tar.gz file from the Download page.
  2. Unpack the <pycharm-professional or pycharm-community>-*.tar.gz file to a different folder, if your current "Download" folder doesn't support file execution:
    tar xfz <pycharm-professional or pycharm-community>-*.tar.gz <new_archive_folder>

    The recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:

    sudo tar xf <pycharm-professional or pycharm-community>-*.tar.gz -C /opt/
  3. Switch to the bin directory:
    cd <new archive folder>/<pycharm-professional or pycharm-community>-*/bin
    For example,
    cd opt/<pycharm-professional or pycharm-community>-*/bin
  4. Run pycharm.sh from the bin subdirectory.

See Also

Last modified: 23 December 2016