changeset 175:09ca519087a1

doc
author am@osimis.io
date Thu, 20 Sep 2018 11:58:08 +0200
parents d468cbe1b161
children 48cc188ffb09
files README Tests/Tests.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Sep 20 11:51:34 2018 +0200
+++ b/README	Thu Sep 20 11:58:08 2018 +0200
@@ -21,7 +21,7 @@
 # pip2 install httplib2 Pillow
 
 You also need DCMTK and Dicom3Tools
-# sudo apt-get install -y dicom3tools DCMTK
+# sudo apt-get install -y dicom3tools dcmtk libgdcm-tools 
 
 Quick-start: Running tests on the localhost 
 ===========================================
--- a/Tests/Tests.py	Thu Sep 20 11:51:34 2018 +0200
+++ b/Tests/Tests.py	Thu Sep 20 11:58:08 2018 +0200
@@ -3829,7 +3829,7 @@
 
         t1 = DoGet(_REMOTE, '/instances/%s/metadata/TransferSyntax' % instances[0])
         t2 = DoGet(_REMOTE, '/instances/%s/metadata/TransferSyntax' % instances[1])
-        self.assertEqual('1.2.840.10008.1.2.4.90', t1)
+        self.assertEqual('1.2.840.10008.1.2.4.90', t1)   # this will fail if libgdcm-tools is not installed
         self.assertEqual(t1, t2);