# HG changeset patch # User Alain Mazy # Date 1688045550 -7200 # Node ID 42a6d327f59c95b98549d64b5a5aaa8a4ce41224 # Parent be69d6d8260c713607c0a1026a569ead3be16161 doc diff -r be69d6d8260c -r 42a6d327f59c README --- a/README Thu Jun 29 15:24:54 2023 +0200 +++ b/README Thu Jun 29 15:32:30 2023 +0200 @@ -17,8 +17,11 @@ Prerequisites: ============= -You need Python2.7 installed with the following package -# pip2 install httplib2 Pillow +For python2.7 tests, you need the following package +# pip2 install easywebdav httplib2 pillow pydicom==1.4.1 pynetdicom==1.5.6 + +For python3 tests, you need the following package +# pip3 install httplib2 pillow pydicom pynetdicom You also need DCMTK and Dicom3Tools # sudo apt-get install -y dicom3tools dcmtk libgdcm-tools @@ -126,8 +129,8 @@ # python2 ./Tests/Run.py --orthanc /home/alain/Releases/Orthanc-0.8.6/Build/Orthanc Orthanc.test_peer_store_straight To run a plugin test (no need for Orthanc 0.8.6) -# python2 ./Plugins/DicomWeb/Run.py -# python2 ./Plugins/DicomWeb/Run.py Orthanc.test_forwarded_headers +# python ./Plugins/DicomWeb/Run.py +# python ./Plugins/DicomWeb/Run.py Orthanc.test_forwarded_headers Use the flag "--help" to get the full list of arguments. These arguments will notably allow you to specify the network parameters