Hello! I am new to sage, how do you install new Python modules in Sage? This module can't be installed by easy_install and you need to do the following in the downloaded package
python setup.py install
But how do you install and use it in Sage?
1 | initial version | asked 2011-07-06 17:10:45 +0100 Anonymous |
Hello! I am new to sage, how do you install new Python modules in Sage? This module can't be installed by easy_install and you need to do the following in the downloaded package
python setup.py install
But how do you install and use it in Sage?