Commit eb1b9044361f85c0c3fd337aa0a1986149d1f5d5
1 parent
db209f00
Exists in
master
and in
28 other branches
Update README.md
Showing
1 changed file
with
39 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -29,7 +29,44 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2 |
29 | 29 | * Download the script and execute *python get-pip.py* |
30 | 30 | |
31 | 31 | 4) **Numpy 1.11.0** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/numpy-1.11.0+mkl-cp27-cp27m-win_amd64.whl |
32 | -* Download and execute pip install numpy-1.11.0+mkl-cp27-cp27m-win_amd64.whl | |
32 | +* Download and execute *pip install numpy-1.11.0+mkl-cp27-cp27m-win_amd64.whl* | |
33 | 33 | |
34 | 34 | 5) **Scipy 0.17.1** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/scipy-0.17.1-cp27-cp27m-win_amd64.whl |
35 | -* Download and execute pip install scipy-0.17.1-cp27-cp27m-win_amd64.whl | |
35 | +* Download and execute *pip install scipy-0.17.1-cp27-cp27m-win_amd64.whl* | |
36 | + | |
37 | +6) **Pillow (new Python Image Library)** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/Pillow-3.2.0-cp27-cp27m-win_amd64.whl | |
38 | +* Download and execute *pip install Pillow-3.2.0-cp27-cp27m-win_amd64.whl* | |
39 | + | |
40 | +7) **Matplotlib 1.5.1** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/matplotlib-1.5.1-cp27-none-win_amd64.whl | |
41 | +* Download and execute *pip install matplotlib-1.5.1-cp27-none-win_amd64.whl* | |
42 | + | |
43 | +8) **Scikit Image 0.12.3** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/scikit_image-0.12.3-cp27-cp27m-win_amd64.whl | |
44 | +* Download and execute *pip install scikit_image-0.12.3-cp27-cp27m-win_amd64.whl* | |
45 | + | |
46 | +9) **Nibabel 2.0.2** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/nibabel-2.0.2-py2.py3-none-any.whl | |
47 | +* Download and execute *pip install nibabel-2.0.2-py2.py3-none-any.whl* | |
48 | + | |
49 | +10) **PySerial 3.0.1** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/pyserial-3.0.1-py2.py3-none-any.whl | |
50 | +* Download and execute *pip install pyserial-3.0.1-py2.py3-none-any.whl* | |
51 | + | |
52 | +11) **PSUtil 4.2.0** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/psutil-4.2.0-cp27-cp27m-win_amd64.whl | |
53 | +* Download and execute *pip install psutil-4.2.0-cp27-cp27m-win_amd64.whl* | |
54 | + | |
55 | +12) **VTK 6.3.0** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/vtk.zip | |
56 | +* Download and unzip on *C:\Python27\Lib\site-packages* and add on PYTHONPATH variable *C:\Python27\Lib\site-packages\vtk\vtk;* | |
57 | + | |
58 | +13) **GDCM (trunk)** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/gdcm.zip | |
59 | +* Download and unzip on *C:\Python27\Lib\site-packages* and add on PYTHONPATH variable *C:\Python27\Lib\site-packages\gdcm;* | |
60 | + | |
61 | +14) **CA Smoothing** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/python_ca_smoothing.zip | |
62 | +* Download and unzip the two files on *C:\Python27\Lib\site-packages* | |
63 | + | |
64 | +15) **Visual C++ 2015 Runtime** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/vcredist_x64.exe | |
65 | +* Download and install | |
66 | + | |
67 | +16) **Cython** | |
68 | +* Execute *python install cython* | |
69 | +* | |
70 | +16) ** Compiled InVesalius parts ** | |
71 | +* Option 1: Install [Microsoft Visual Studio Community 2015](https://www.visualstudio.com/pt-br/downloads/download-visual-studio-vs.aspx) and execute *python setup.py build_ext --inplace* | |
72 | +* Option 2: Download compiled parts and copy to: | ... | ... |