python libraries for AI (1) 썸네일형 리스트형 Python development library를 설치 Python development library를 설치 우선 아래 명령어로 Raspberry Pi 3 GPIO 핀 매핑을 볼 수 있다. $gpio readall RPi.GPIO 라이브러리는 이미 OS 에 설치되어 있으므로 우리는 Python development library를 설치한다. 설치 명령어는 아래와 같다. $ sudo apt-get install python-dev 설치화면이다. 12345678910111213141516171819202122232425262728293031323334353637pi@raspberrypi:~/smartfarm $ sudo apt-get install python-devReading package lists... DoneBuilding dependency tree.. 이전 1 다음