-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and improve install section #794
Conversation
Codecov Report
@@ Coverage Diff @@
## master #794 +/- ##
==========================================
+ Coverage 88.61% 88.72% +0.11%
==========================================
Files 72 72
Lines 8180 8180
==========================================
+ Hits 7249 7258 +9
+ Misses 931 922 -9 |
|
||
Beware that PyDPF-Core wheelhouses do not include the optional plotting dependencies. | ||
To allow for plotting capabilities, also download the wheels corresponding to your platform and Python interpreter version | ||
for `PyVista <https://pypi.org/project/pyvista/#files>`_ and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could mention the versions for PyVista and Matplotlib (the url points to the latest)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rafacanton the thing is these are going to change all the time. We are supposed to support the latest versions of each.
The current limitation on PyVista is actually only for the documentation generation pipeline on GitHub since there is an issue I have not been able to reproduce locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PProfizi OK, if we are always going to support the last one, then it LGTM!
Fix and improve the section concerning installation without an internet connection.
Also improve the regular install section by mentioning the
[plotting]
option.