less than 1 minute read

개발 환경 세팅(macOS)

brew install python@3.10
  • Conda 가상 환경 생성(추천)
conda create -n tf_310 python=3.10
conda activate tf_310
  • 필요한 라이브러리 설치
pip install tensorflow-macos tensorflow-metal matplotlib
  • vsCode 확장 프로그램
    • Python
    • Jupyter(노트북 파일용)
    • Pylance(IntelliSense 향상)