1 | initial version |
Sage is now shipped with pip that means that you can install most Python modules. In your case it would be
$ sage -pip install orange
After a long compilation time I was able to start Sage and do
sage: import Orange
sage: Orange.version.version
'2.7.8.dev-4456761'