Skip to content

Commit

Permalink
添加微信描述
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflyc committed Aug 4, 2016
1 parent abc49a5 commit 0bd3178
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# idea
.idea
*.iml
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@

* `pip install -r requirements.txt -i http://pypi.douban.com/simple --trusted-host pypi.douban.com` 安装依赖
* `python setup.py develop` link开发环境

参考微信"写程序的康德"(微信号:kant_prog)的文章《工程化你的Python项目》

http://mp.weixin.qq.com/s?__biz=MzIxMjAzMDA1MQ==&mid=2648945525&idx=1&sn=068d6258af83789364e0819c12f6ece4#rd

0 comments on commit 0bd3178

Please sign in to comment.