1 | initial version |
If you want to install pydotplus
and use it from Sage, you have to install it withind Sage's virtual environment: for this, you have to type:
sage -pip install pydotplus
By the way, let me suggest to upgrade your Sage to a more recent version.
2 | No.2 Revision |
If you want to install pydotplus
and use it from Sage, you have to install it withind Sage's virtual environment: environment (which is disjoint from your system's Python install): for this, you have to type:
sage -pip install pydotplus
By the way, let me suggest to upgrade your Sage to a more recent version.