아나콘다를 설치하면 많은 라이브러리들이 함께 설치된다.
url혹은 보유한 exe파일을 실행해 설치하자.
https://www.anaconda.com/data-science-platform
Platform | Anaconda
Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.
www.anaconda.com
아나콘다 실행
파이썬 설치정보확인
conda search python
현재 환경에서 사용중인 python 버전확인
python --version