numpy, matplotlib 설치

한지민·2022년 3월 1일

환경

macOS Monterey 12.2.1
python 3.7.8
pip 20.1.1

python 버전 체크

$ python3 -V

pip 버전 체크

$ pip3 -V

numpy 설치

$ pip3 install numpy

matplotlib 설치

$ pip3 install matplotlib

0개의 댓글