From 2a317441ee074ab8402f719d4850426c67934d16 Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Thu, 21 Jul 2016 13:26:37 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ba34d..2cbe617 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,12 @@ To open DICAT, simply double click on the executable. To install DICAT source code on a computer, download and save the content of the current Github repository into a workstation. -Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations. The [PyDICOM](http://www.pydicom.org) package is also required by DICAT. +Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations. + +For Ubuntu: +```sudo apt-get install python-tk``` + +The [PyDICOM](http://www.pydicom.org) package is also required by DICAT. DICAT can be started by executing `DICAT_application.py` script with a Python compiler. On UNIX computers (Linux and Mac OS X), open a terminal, go to the main directory of DICAT source code (`dicat` directory) and run the following: From 90e88134aff7717537a387081a5cb19487291af9 Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Thu, 21 Jul 2016 15:14:51 -0400 Subject: [PATCH 2/3] Update README.md updated the documentation for clarity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cbe617..b1f7958 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ To open DICAT, simply double click on the executable. To install DICAT source code on a computer, download and save the content of the current Github repository into a workstation. -Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations. +Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations.) -For Ubuntu: +For Ubuntu distributions, TkInter can be installed via apt-get: ```sudo apt-get install python-tk``` The [PyDICOM](http://www.pydicom.org) package is also required by DICAT. From ca2c8419e45168154ec287e845918bc6c2759b68 Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Thu, 21 Jul 2016 15:51:47 -0400 Subject: [PATCH 3/3] Update README.md period now outside the parenthesis. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f7958..8669990 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To open DICAT, simply double click on the executable. To install DICAT source code on a computer, download and save the content of the current Github repository into a workstation. -Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations.) +Before running DICAT, make sure your systems contains a [Python](https://www.python.org) compiler with the [TkInter](https://wiki.python.org/moin/TkInter) library (usually, TkInter comes by default with most Python installations). For Ubuntu distributions, TkInter can be installed via apt-get: ```sudo apt-get install python-tk```