1 | initial version |
If you run sage -sh
, then you can use easy_install
to install whatever you want. If you have a source tarball and need to run python setup.py install
, just do sage -python setup.py install
and it will install it into Sage's Python environment.