Hi! On 2014-04-24, [email protected] <[email protected]> wrote: > I usually install the additional python packages this way: > > 1. wget 'http://python_package.tar.gz' > 2. tar xvf python_package.tar.gz > 3. cd python_package > 4. sage -python setup.py install > > Is this a correct method?
Should work too, AFAIK. Usually, I do the same in a Sage shell, i.e. sage -sh python setup.py install but what you do should be equivalent. Nonetheless, having a dedicated tool such as pip seems good to me. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
