$ wget https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py
$ pip -V #查看pip版本
? ?
$ pip install pyyaml
python如何命令行下载包
原文:https://www.cnblogs.com/liuxia912/p/10960607.html