Mercurial > hg > orthanc-tests
changeset 564:42a6d327f59c
doc
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 29 Jun 2023 15:32:30 +0200 |
parents | be69d6d8260c |
children | 855c3720902a 3a5260cc6d55 |
files | README |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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