Python Project Skeleton
1. Install package installers
Install the following Python packages:
- pip from http://pypi.python.org/pypi/pip
- distribute from http://pypi.python.org/pypi/distribute
- nose from http://pypi.python.org/pypi/nose
- virtualenv from http://pypi.python.org/pypi/virtualenv
run nose test
PS D:\BaiduYunDisk\_PD\python\_skeleton> D:\Python27\Scripts\nosetests.exe
.
----------------------------------------------------------------------
Ran 1 test in 0.015s
OK