#Python项目骨架 建议使用virtualenv构建开发环境
pip install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com安装依赖python setup.py developlink开发环境
参考微信"写程序的康德"(微信号:kant_prog)的文章《工程化你的Python项目》
| ★ wanayoo — archive 1999 https://github.com/fireflyc/python-skeleton | Nouvelle recherche | Portail wanayoo |
We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
etc | ||
|
|
python_skeleton | ||
|
|
tests | ||
|
|
.gitignore | ||
|
|
MANIFEST.in | ||
|
|
Makefile | ||
|
|
README.md | ||
|
|
requirements.txt | ||
|
|
setup.py | ||
#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项目》