Python3安裝requests庫
背景
由於平時一些軟體都是用到python2.7的版本,但是實際上學習python還是用python3會比較好,這裡為了區分,我就把Python3的命令改成了 python3,
安裝方法
網上找了一大圈,各種很複雜,讓我覺得很煩,以前用python2的時候,也就幾條命令搞定,為啥到了python3還這麼麻煩,想想就覺得其中肯定有簡單方法,然而找到相關資料的確是真的簡單!
命令如下
python3 -m pip install requests
測試一下是否安裝完成
成功獲取狀態資訊,表示已經成功安裝。
相關文章
- Python2、3並存,Python3無法安裝requests模組Python
- 安裝Python requests包Python
- brew 安裝python3:如何使用brew安裝Python3Python
- Python requests 安裝與開發Python
- python的requests怎麼安裝Python
- requests庫
- mac安裝python3MacPython
- Mac 安裝Python3MacPython
- CentOS 安裝Python3CentOSPython
- CentOS 安裝 Python3CentOSPython
- centOS安裝python3CentOSPython
- linux安裝python3(原始碼安裝)LinuxPython原始碼
- Python3爬蟲實戰(requests模組)Python爬蟲
- 為CentOS安裝python3CentOSPython
- Linux安裝Python3LinuxPython
- python3安裝scrapy框架Python框架
- Python3 安裝Opencv方法PythonOpenCV
- python3環境安裝Python
- rhel7安裝python3Python
- 怎麼解除安裝python3Python
- python3環境如何安裝Python
- mac上如何安裝python3MacPython
- windows10 安裝python3WindowsPython
- linux下安裝python3LinuxPython
- python3安裝和使用virtualenvPython
- Linux下Python3安裝LinuxPython
- 淺談requests庫
- 筆記requests庫筆記
- requests庫幫助
- 如何在MacOS下安裝Python3MacPython
- python3如何安裝bs4Python
- Win10 安裝 Python3 (上)Win10Python
- CentOS7快速安裝python3CentOSPython
- VirtualBox CentOS 7安裝Python3CentOSPython
- CentOS探索之路3—安裝python3CentOSPython
- 爬蟲之requests庫爬蟲
- python 自動化測試 (一):安裝 requests,unittest,HTMLTestRunnerPythonHTML
- CentOS下編譯安裝Python3教程CentOS編譯Python