Skip to content
Snippets Groups Projects
Commit a33dbf43 authored by Johannes Stelzer's avatar Johannes Stelzer
Browse files
parents bb55cc33 974d6480
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,24 @@ A list of libraries needed for vviewer to function properly are listed below.
## Setup For Ubuntu 14.04
Run
$ sudo apt-get install python-pip
$ sudo pip install numpy scipy nibabel
The LD_LIBRARY_PATH has to be set to the pyvista library. To do this run
$ export LD_LIBRARY_PATH="Path to directory"/vviewer/vviewer/pyvista/lib/
in the terminal that you want to run the viewer in.
For the installation
For the installation.
If you want to start the vviewer directly from the terminal, you will have to edit your ~/.bashrc file, adding this line:
export PATH=<directory>:$PATH
substituting <directory> with the directory, where you have vviewer.py.
Then you can launch the viewer as:
vviewer.py -in bla.nii -z overlay.nii
## Setup For Mac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment