美文网首页
MAC环境下Python入门与安装

MAC环境下Python入门与安装

作者: 苹果上的小豌豆 | 来源:发表于2018-09-13 17:21 被阅读0次

    1.安装Python3

    访问https://www.python.org/

    安装Python3

    2.安装pipenv

    pipenv

    打开终端:

    $ brew install pipenv

    (PS:没有安装brew的,自行谷歌)

    3.安装 requests

    打开终端:$ pip install requests

    4.安装Beautiful Soup

    打开终端:$ pip install beautifulsoup4

    安装完毕之后

    实际上是装到了Mac系统自带了Python2.7

    现在再把beautifulsoup4装到Python3

    打开终端:$ pip3 install beautifulsoup4

    5.实战访问

    Python3网络爬虫快速入门实战解析

    Python3网络爬虫实战:VIP视频破解助手;GEETEST验证码破解;小说、动漫下载

    相关文章

      网友评论

          本文标题:MAC环境下Python入门与安装

          本文链接:https://www.haomeiwen.com/subject/ohqggftx.html