Differences between revisions 3 and 4
Revision 3 as of 2009-03-22 00:44:41
Size: 509
Editor: OndrejCertik
Comment:
Revision 4 as of 2009-03-26 21:47:09
Size: 118
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Mailinglist == This has moved to a standalone project now:
Line 5: Line 5:
http://groups.google.com/group/spd-dev

== Packages ==

http://qsnake.googlecode.com/files/qsnake_all-0.2.tar

== How to create the SPD ==

  1. Download sage-3.3.tar
  2. ./build_spd

where `build_spd` is:
{{{
tar xf sage-3.3.tar
cd sage-3.3
mv spkg/standard/sage_scripts-3.3.spkg /tmp
rm spkg/standard/*.spkg
mv /tmp/sage_scripts-3.3.spkg spkg/standard
cd ..
mv sage-3.3 spd-0.3
tar czf spd-0.3.tar.gz spd-0.3
rm -rf spd-0.3
}}}
http://code.google.com/p/spdproject

Source Python Distribution

This has moved to a standalone project now:

http://code.google.com/p/spdproject

OndrejCertik/SPD (last edited 2009-03-26 21:47:09 by OndrejCertik)