invesalius / invesalius3

3D medical imaging reconstruction software
https://invesalius.github.io/
GNU General Public License v2.0
629 stars 287 forks source link

Please update wiki manual page #159

Closed aucan closed 5 years ago

aucan commented 5 years ago

https://github.com/invesalius/invesalius3/wiki/Running-InVesalius-3-in-Windows Hello there, Following the procedures in the connection, I ran one of the old releases. But I couldn't run these instructions on the windows in the latest version. Could you please update this wiki page (if necessary, packages and other instructions). As I said, I was able to run the old version, but I couldn't make it into exe with the pyinstaller. Exactly what I want to do is to run the last stable version on windows and turn it into exe and make it work in another environment. Thanks for your help.

tfmoraes commented 5 years ago

Hi @aucan , we recomend you to use Python3. Use pip directly to install wxPython, Numpy, Pillow, Matplotlib, Scikit Image, Nibabel, PySerial, PSUtil, ConfigParser and Cython. Don' t download the ones indicated by our wiki. CA Smoothing is not needed anymore. Unfortunately, you will have to compile VTK and GDCM. You will need the Visual Studio to compile them. The free version is enough to compile them. Maybe you can try anaconda instead of the python from python.org, they have VTK and GDCM compiled. With anaconda you just use the conda tool to install the python modules. Also, you need to install vtkgdcm, anaconda already have it compiled, install it with:

conda install -c prkrekel cg_vtkgdcm

You also have to compile the cython codes inside InVesalius. Just get inside InVesalius source code folder using the command line, them run:

python setup.py build_ext --inplace

tfmoraes commented 5 years ago

I've just updated the wiki.