Commit 05635fc1934d4978122d3a1e74ff1982f4f63c11

Authored by Paulo Henrique Junqueira Amorim
1 parent 67c59e09

Update README.md

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -18,9 +18,9 @@ InVesalius generates 3D medical imaging reconstructions based on a sequence of 2
18 18  
19 19 #### Linux 64 bits (tested on Ubuntu 16.04)
20 20  
21   -1) Install the packages: `sudo apt-get install python-wxgtk3.0 python-numpy python-scipy python-pil python-matplotlib python-skimage python-nibabel python-serial python-psutil python-vtk6 python-vtkgdcm python-gdcm python-casmoothing cython`
  21 +1) Install the dependencies: `sudo apt-get install python-wxgtk3.0 python-numpy python-scipy python-pil python-matplotlib python-skimage python-nibabel python-serial python-psutil python-vtk6 python-vtkgdcm python-gdcm python-casmoothing cython`
22 22  
23   -2) Entrer InVesalius folder and execute: `python setup.py build_ext --inplace`
  23 +2) Enter on invesalius3 folder and execute: `python setup.py build_ext --inplace`
24 24  
25 25 #### Windows 64 bits (tested on Windows 7)
26 26  
... ...