IT Log

[Python] PyCharm Install 본문

Python

[Python] PyCharm Install

newly0513 2021. 6. 6. 16:24
728x90
반응형

System requirements

Requirement Minimum Recommended
RAM 4GB 8GB
Disk 공간 2.5GB, cache를 위한 1GB 최소 5GB의 여유 공간이 있는 SSD
모니터 해상도 1024x768 1920x1080
운영체제 Microsoft Windows 8 이상
macOS 10.13 이상
Gnome, KDE 또는 Unity DE를 지원하는 모든 Linux 배포판
최신 64 비트 버전의 Windows, macOS 또는 Linux (예 : Debian, Ubuntu 또는 RHEL)

1. PyCharm Download

PyCharm Download : https://www.jetbrains.com/ko-kr/pycharm/download/#section=windows

 


2. PyCharm Install


Anaconda 플러그인 설치로 PyCharm Community Edition 구성

  • 바탕화면 바로가기 만들기(64-bit launcher)
  • PATH 변수 업데이트(다시시작 필요)
  • 상황에 맞는 메뉴 업데이트(프로젝트 폴더 열기)
  • Associations 만들기(.py)

모두 선택사항이며, 저는 그냥 전부 선택했습니다.

 


'Reboot now' 'I want to manually reboot later' 중 선택하고 설치를 마무리 하시면 됩니다.

728x90
반응형

'Python' 카테고리의 다른 글

[Python] xml.etree.ElementTree (XML 구문 분석)  (0) 2021.06.06
[Python] package installation  (0) 2021.06.06
[Python] Python Install  (0) 2021.06.06
[Python] Anaconda 사용하기  (0) 2021.06.06
[Python] 데이터타입(자료형)  (0) 2021.06.06
Comments