본문 바로가기
인공지능/PYTHON

atom 설치

by bibibig_data 2021. 6. 17.

1. 구글에 atom 검색

2. atom.io  -> Other platforms 클릭

3. atom-windows.zip 설치

4. C드라이브 dev에 atomworkspace폴더 생성

5. atom에서 file- settings - install에서 Hydrogen 검색 후 설치

6. 닫은 후 file에서 add project file - atomworkspace

7. ctrl + \ = 프로젝트 작업창 생성

8. project에서 New file 생성 ( text.py )

9. ctrl + enter 하면 바로 결과 출력

10. ctrl + shift + backspace 하면 작업 뒤로 돌리기

'인공지능 > PYTHON' 카테고리의 다른 글

Python - generator  (0) 2021.06.17
Python 300제 - 분기문  (0) 2021.06.17
파이썬 300제 (1)  (0) 2021.06.16
w3 scools 튜토리얼 (1)  (0) 2021.06.16
Anaconda 다운로드  (0) 2021.06.16