#Python项目骨架 建议使用virtualenv构建开发环境
pip install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
安装依赖python setup.py develop
link开发环境
参考微信"写程序的康德"(微信号:kant_prog)的文章《工程化你的Python项目》
#Python项目骨架 建议使用virtualenv构建开发环境
pip install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
安装依赖python setup.py develop
link开发环境参考微信"写程序的康德"(微信号:kant_prog)的文章《工程化你的Python项目》