You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if adding some optional dependencies to the OpenMC Python package itself makes sense, similar to
pip install .[test]
for the test dependencies, we could include a vis option that will install the vtk Python module along with the plotter utility and its dependencies.
pip install .[test,vis]
Then it's just a matter of including those optional Python dependencies for the plotter. It's not quite what that packaging capability is intended for, but it might simplify things for users in this case. It's not hard to do it using standard methods I suppose.
Reason
There's so many awesome features in the
openmc-plotter
, especially with the upcoming mesh overlay capability.Design
The text was updated successfully, but these errors were encountered: