forked from bruderstein/PythonScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.shtml
More file actions
17 lines (12 loc) · 592 Bytes
/
source.shtml
File metadata and controls
17 lines (12 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--#include virtual="header.inc" -->
<h3>Source Code</h3>
There are different options for getting the source code.
<br/>
<br/>
<ul>
<li>The recommended way is via git, at <a href="http://github.com/bruderstein/PythonScript" />github</a>.</li>
<li>There's automatic zips (tarballs, actually) on the <a href="http://github.com/davegb3/PythonScript" />github</a> site</li>
</ul>
<br/><br/>
<h3><a href="http://github.com/bruderstein/PythonScript">To github - it rocks</a> </h3>
<!--#include virtual="footer.inc" -->