sudo apt-get install python-pip python3-pip
- Install for Python 3.6, user only:
python3.6 -m pip install --upgrade --user numpy matplotlib
- Install for Python 3.6, site wide:
sudo python3.6 -m pip install --upgrade numpy matplotlib
휠 버전이 1.21.0.61인 경우 1.21.0.61 패키지를 설치하기
- Python 3.6, site wide:
sudo python3.6 -m pip install spinnaker_python-2.x.x.x-cp36-cp36m-linux_x86_64.whl
- Python 3.6, user only:
python3.6 -m pip install --user spinnaker_python-2.x.x.x-cp36-cp36m-linux_x86_64.whl