1.

下载BeautifulSoup和requests

准备_cmd命令

1.

先去https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted下载

Twisted‑18.7.0‑cp36‑cp36m‑win_amd64.whl文件,并保存到一个文件夹中。

2.

打开cmd命令框,并cd到这个文件夹内

3.

先输入命令pip3 install wheel

准备_cmd命令_02

4.

下载完成后,输入命令pip3 install F:\Twisted\Twisted-18.7.0-cp36-cp36m-win_amd64.whl,注意文件夹路径

准备_python_03

 5.

继续输入命令,pip3 install pywin32

准备_cmd命令_04

准备_python_05

准备工作结束