Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-01-15 23:32:53
Size: 35
Editor: DanShumow
Comment:
Revision 3 as of 2009-01-16 00:03:52
Size: 602
Editor: DanShumow
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe windows/DeathMatch here. = SAGE Windows DEATH MATCH =

This is the python extension that Sage will need. The goal is to create an MSI (in visual studio) that installs all of this stuff.

== Level 1 ==
 * Python
 * ipython
 * sympy
 * wexpect

== Level 2 ==
 * matplotlib
 * networkx
 * Cython

== Level 3 ==
 * cvxopt
 * numpy
 * docutils
 * freetype
 * libpng
 * moin
 * pycrypto
 * scipy
 * scons
 * setuptools
 * Sphinx
 * SQLAlchemy
 * zlib
 * ZODB

== Level 4 ==
 * Sage's "lite" library -- Will take William a few days to write. This will provide the notebook and pexpect interfaces.

SAGE Windows DEATH MATCH

This is the python extension that Sage will need. The goal is to create an MSI (in visual studio) that installs all of this stuff.

Level 1

  • Python
  • ipython
  • sympy
  • wexpect

== Level 2 ==

  • matplotlib
  • networkx
  • Cython

Level 3

  • cvxopt
  • numpy
  • docutils
  • freetype
  • libpng
  • moin
  • pycrypto
  • scipy
  • scons
  • setuptools
  • Sphinx
  • SQLAlchemy
  • zlib
  • ZODB

== Level 4 ==

  • Sage's "lite" library -- Will take William a few days to write. This will provide the notebook and pexpect interfaces.