We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320b32b commit cda80e2Copy full SHA for cda80e2
README.md
@@ -26,15 +26,25 @@ specified after the library function calls.
26
27
# Installation
28
29
-Clone the repository and from it, as a root user, do
+Clone the repository, cd into the new directory and as a root user, do
30
31
pip install .
32
33
This will add `plot_vtk_matplotlib` to the Python libraries.
34
35
+Alternatively, use
36
+
37
+ sudo pip install git+https://github.com/fangohr/plot_vtk_matplotlib.git
38
39
+# Software prerequisites
40
41
The library needs `matplotlib`, `scipy` and `vtk` to work. It is recommended
42
to install the latest versions using `pip`.
43
44
# License
45
46
A BSD license statement can be found in the `license.txt` file.
47
48
+# Authors
49
50
+David Cortes, Hans Fangohr, University of Southampton (2015)
0 commit comments