Commit ec83e1a3b31722b18681cdbc4ebfc0fdb32a52cd

Authored by Paulo Henrique Junqueira Amorim
1 parent c541e7e6

Update README.md

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
README.md
... ... @@ -53,10 +53,10 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2
53 53 * Download and execute *pip install psutil-4.2.0-cp27-cp27m-win_amd64.whl*
54 54  
55 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;*
  56 +* Download and unzip on *C:\Python27\Lib\site-packages* and add on *%PYTHONPATH%* variable the value *C:\Python27\Lib\site-packages\vtk\vtk;*
57 57  
58 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;*
  59 +* Download and unzip on *C:\Python27\Lib\site-packages* and add on *%PYTHONPATH%* variable the value *C:\Python27\Lib\site-packages\gdcm;*
60 60  
61 61 14) **CA Smoothing** - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/python_ca_smoothing.zip
62 62 * Download and unzip the two files on *C:\Python27\Lib\site-packages*
... ... @@ -69,6 +69,6 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2
69 69  
70 70 17) **Compiled InVesalius parts**
71 71  
72   -* 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 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* on invesalius3 folder.
73 73  
74 74 * Option 2: Download compiled parts and unzip on *invesalius3/invesalius/data* - ftp://ftp.cti.gov.br/pub/dt3d/invesalius/files/dev/win64/invesalius-compiled_parts.zip
... ...