1 | initial version |
Hello,
Soon we will have pip as a standard package. So in sage version greater or equal to 6.5 just do
sage -pip install ...
In Sage version 6.4 you can already do the above command but first you need to install pip through
sage -i pip
For more information about the integration of pip see:
Vincent