Skip to content

Commit cda80e2

Browse files
committed
Extending installation instructions
1 parent 320b32b commit cda80e2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,25 @@ specified after the library function calls.
2626

2727
# Installation
2828

29-
Clone the repository and from it, as a root user, do
29+
Clone the repository, cd into the new directory and as a root user, do
3030

3131
pip install .
3232

3333
This will add `plot_vtk_matplotlib` to the Python libraries.
3434

35+
Alternatively, use
36+
37+
sudo pip install git+https://github.com/fangohr/plot_vtk_matplotlib.git
38+
39+
# Software prerequisites
40+
3541
The library needs `matplotlib`, `scipy` and `vtk` to work. It is recommended
3642
to install the latest versions using `pip`.
3743

3844
# License
3945

4046
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

Comments
 (0)