We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72cfce commit 46fd7b2Copy full SHA for 46fd7b2
README.rst
@@ -104,7 +104,7 @@ numpy installed.
104
disp = result.GetNodalResult(0, True) # uses 0 based indexing
105
106
# it's just a numpy array
107
- print disp
+ print(disp)
108
109
.. code::
110
setup.py
@@ -141,6 +141,6 @@ def compilerName():
141
'file.rst', 'file.full']},
142
143
# Might work with earlier versions
144
- install_requires=['numpy>1.9.3', 'cython>0.23.1', 'vtkInterface>=0.4.0']
+ install_requires=['numpy>1.9.3', 'cython>0.23.1', 'vtkInterface>=0.6.4']
145
146
)
0 commit comments