Commit 480ee10f14a2c29c93dab40d00819fa6d6e50b9d
1 parent
103d6346
Exists in
master
Update README.md
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
| ... | ... | @@ -18,12 +18,12 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2 |
| 18 | 18 | |
| 19 | 19 | #### Windows 64 bits (tested on Windows 7) |
| 20 | 20 | |
| 21 | -1) **Python 2.7.8**(ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/python-2.7.8.amd64.msi) | |
| 21 | +1) **Python 2.7.8** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/python-2.7.8.amd64.msi | |
| 22 | 22 | |
| 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** - 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](http://bit.ly/1YJesZT) |
| 29 | 29 | * Download the script and execute *python get-pip.py* | ... | ... |