Python抢票(Windows版本)下载不到requirements.txt
其他系统一样就把txt文件下载本地 进行执行
1.打开cmd窗口 输入:python -m pip install --upgrade pip 更新pip最新版本

2.依赖库进行安装 https://github.com/testerSunshine/12306/blob/master/requirements.txt
进入该连接把requirements.txt文件下载到D盘目录下执行:pip install -r D:\requirements.txt

3.去GitHub把项目下载下来https://github.com/testerSunshine/12306

4.修改项目下>>>config>>>ticket_config.yaml文件
5.修改如图:
6.可以开始抢票了 cmd运行多半失败!建议使用PyCharm运行参考https://blog.csdn.net/yuell102/article/details/86236375

7.如果遇到其他问题
ImportError:No module named yaml参考https://blog.csdn.net/yuell102/article/details/86236375