sirius的学习笔记(3)

毕业论文什么的终于搞完了,重拾我的python

Creating the python skeleton project directory

$ mkdir project

$ cd project

$ mkdir skeleton

$ cd skeleton

$ mkdir bin

$ mkdir Name

$ mkdir tests

$ mkdir docs

$ new-item -type file Name/__init__.py

$ new-item -type file Name/__init__.py

all done

原文地址:https://www.cnblogs.com/siriuswang/p/3783352.html