forked from hychen/lazyscripts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
39 lines (24 loc) · 716 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# @author Hsin Yi Chen 陳信屹 (hychen) <ossug.hychen at gmail.com>
Lazy Script Distutils
=====================
a stupid script distribution system.
Requirements
============
* git
* git-svn
* GitPython
* Python Nose
Quick Start for Developer
=========================
initialize for develope environment, wich makes a lot of the test datas.
$ make init_devenv
run test cases in directories t/ without output capture.
$ make devtest
Source
======
Lazyscript's git repo is available on GitHub, which can be browsed at:
http://github.com/hychen/lazyscript/tree
and clone form
git://github.com/hychen/lazyscript.git
otherwise, the Lazybuntu source can clone from
http://svn.openfoundry.org/lazybuntu/