python3 安装
安装:
brew install python3
查看版本:
python3 -V
pip3安装
安装:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip3 install requests
查看版本:
pip3 -V
pymysql安装
安装:
pip3 install PyMySQL
查看版本:
pip3 show pymysql
mod-pbxproj安装
安装:
pip3 install pbxproj
查看版本:
pip3 show pbxproj
网友评论