Commit db209f009a82a3d7d25557634326180618fe0c4c
1 parent
14e25f53
Exists in
master
and in
28 other branches
Update README.md
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -23,7 +23,13 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2 |
23 | 23 | * Create a system variable named *%PYTHONPATH%* with values: *C:\Python27;C:\Python27\Lib;C:\Python27\Lib\site-packages;C:\Python27\Scripts;* |
24 | 24 | * Insert into *Path* varibale the value *%PYTHONPATH%* |
25 | 25 | |
26 | -2) **wxPython 3.0** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/wxPython3.0-win64-3.0.2.0-py27.exe | |
26 | +2) **wxPython 3.0.2** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/wxPython3.0-win64-3.0.2.0-py27.exe | |
27 | 27 | |
28 | 28 | 3) **PIP** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/get-pip.py |
29 | 29 | * Download the script and execute *python get-pip.py* |
30 | + | |
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 | |
33 | + | |
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 | ... | ... |