1 | initial version |
Download svgwrite and unpack the gzipped tar file or the zip file.
From within the svgwrite
directory, run sage --python setup.py install
.
Then run sage
: now import svgwrite
should work.
That should install svgwrite in Sage's copy of Python. Using a different copy of Python with Sage is difficult, but installing Python packages in Sage's Python should be pretty straightforward.