From 169c3a743b6304b6187d653cc73033cb3c74162f Mon Sep 17 00:00:00 2001
From: Yassin Refahi <yassin.refahi@gmail.com>
Date: Fri, 3 Apr 2020 14:01:48 +0000
Subject: [PATCH] Update README.rst

---
 atlasviewer/README.rst | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/atlasviewer/README.rst b/atlasviewer/README.rst
index 4e925cf..89cb271 100755
--- a/atlasviewer/README.rst
+++ b/atlasviewer/README.rst
@@ -21,19 +21,36 @@ To install on Ubuntu (LTS 16.04):
 Install dependencies:
 
 sudo apt-get install python-setuptools
+
 sudo apt-get install python-vtk
+
 sudo apt-get install python-matplotlib
+
 sudo apt-get install python-pythonlibtiff
+
 sudo apt-get install python-scipy
+
 sudo apt-get install python-numpy
+
 sudo apt-get install python-sip
+
 sudo apt-get install python-qt4
+
 sudo apt-get install ipython
+
 sudo apt-get install ipython-qtconsole 
+
 sudo apt-get install python-skimage
+
 sudo apt-get install scons
+
 sudo apt-get install build-essential 
+
 sudo apt-get install libz-dev
 
 
-...
+
+To install AtlasViewer:
+
+python setup.py install
+
-- 
GitLab