welcom ! Handel home

2016年5月4日 星期三

Raspberry Install python Package TOOL

#download ez_setup.py


$python3 ez_setup.py

$easy_install pip

#=====================================
#yolk the python package check TOOL
$easy_install yolk

   $ yolk -l   #list package
   $ yolk -a   #list active package
   $ yolk -U   #list need update package
 
#=====================================
#install python3 pyserial

$wget 
  1. $tar -xzf pyserial-3.0.1.tar.gz
  2. $cd pyserial-3.0.1
  3. $sudo python setup.py install

#=====================================
# install the minicom tool  by usrt com port test link

$sudo apt-get install minicom
$minicom -b 115200 -o -D /dev/ttyAMA0


沒有留言: