forked from aunix/pyspread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (18 loc) · 657 Bytes
/
README
File metadata and controls
34 lines (18 loc) · 657 Bytes
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
PYSPREAD
========
**Installation**
See INSTALL file for installation and COPYING file for license
Homepage: http://manns.github.com/pyspread/
**How to start hacking**
Fork the github repo at
https://github.com/manns/pyspread.git
In order to start pyspread without installation run
$ ./pyspread.sh
inside the top directory.
Sources can be found in the sub-folder
pyspread/src
Commit your changes, push them into your fork and send a pull request.
This page gives an overview how to do this:
https://help.github.com/articles/fork-a-repo
You can find more more details about code organization at
http://manns.github.com/pyspread/contribute.html