Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

BuildRequirements

Robert Szmurło edited this page Dec 30, 2020 · 3 revisions

Build requirements and dependencies

There are several items that need to be installed before you can use dicompyler. Since this project is cross-platform, it is assumed you should be able to run Python on Windows / Mac / Linux. Most dependencies can be installed via pip.

dicompyler is also available as a package and can be found on PyPI. To get the latest released version, just install via: pip install dicompyler.

If you prefer to install from source, you can obtain the source and just install the requirements via: pip install -r requirements.txt

Details

Main requirements:

Building

As Python is an interpreted language, the source is simply run rather than built or compiled. Any build steps necessary for libraries should be explained in included documentation.

Running

The most basic way to run dicompyler is to call dicompyler_app.py while in the dicompyler directory.

user@computer:~/dicompyler$ ./dicompyler_app.py

After dicompyler has started, open a patient by selecting the Open Patient button or using the File menu.

Developing, etc.

Please see the Plugin Development Guide and the Helping page.

Clone this wiki locally