python 3 serial module install

/*************************************************************************
 *                   python 3 serial module install
 * 说明:
 *     在使用python 3的时候发现少了serial模块,记录一下安装方法。
 *
 *                                      2017-1-17 深圳 南山平山村 曾剑锋
 ************************************************************************/

一、参考文档:
    1. python no module named serial
        http://stackoverflow.com/questions/20559457/python-no-module-named-serial

二、安装命令:
    sudo pip3 install pyserial
原文地址:https://www.cnblogs.com/zengjfgit/p/6292012.html