mall spider
软件架构说明
- mac安装python3.7,windows安装python3.6
- pip 安装相关依赖
- windows or mac os x
mac os x
- 创建目录并修改写入权限/var/log/tiger/
- 运行deploy下脚本即可
windows7 sp1
- 创建目录并修改写入权限c:/log/tiger/
- 配置当前项目环境变量
- 运行deploy下脚本即可
windows server 2008 R2
- 创建目录并修改写入权限c:/log/tiger/
- 配置当前项目环境变量
- 运行deploy下脚本即可
eq.2008 r2上mysql 5.7sqlalchemy连接db方式为mysqlconnector不然会报中文错误warning
https://dev.mysql.com/downloads/connector/python/
安装environment/win下的文件或者下载安装
http://go.microsoft.com/fwlink/?LinkId=691126
在文件夹路径上输入%AppData%,新建pip文件夹,新建pip.ini文件,文件内容如下
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
或者直接执行
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
- Fork 本项目
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request