一、正确安装python
安装时一定要添加python的环境变量 在命令行输入python
上图即安装成功
二、下载dirsearch
dirserch需要python下的chardet和certifi
在python中使用pip list可以查看所有的模块
分别用pip install chardet & pip install certifi 安装所需模块(假如被qiang 就去GitHub下载对应模块手动安装)
模块安装或pip的更新建议用源
清华源: https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣源:https://pypi.douban.com/simple