파이썬/강좌 메모
1. Windows 개발환경 설정
전거가감
2019. 4. 29. 16:02
반응형
1. Miniconda 설치
google에서 miniconda 검색
https://docs.conda.io/en/latest/miniconda.html에서 OS에 맞는 installer 다운
2. Atom 에디터 설치
google에서 atom 검색
https://atom.io/에서 download 선택
atom 설치 후 atom에 workspace 지정
3. 파이썬 구동
test.py파일 생성 후 print("Hello World") 입력 저장
cmd창에서 workspace로 이동후 python test.py 입력 시 "Hello World" 출력
4. atom 패키지 추가
atom에서 file -> setting -> install
1) "autocomplete-python" 설치
2) "script"(run code in atom) 설치
반응형