-
Notifications
You must be signed in to change notification settings - Fork 101
BuildRequirements
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
Main requirements:
- Python 2.7 or 3.5 or higher
- dicompyler-core 0.5.2 or higher
- wxPython 4.0.0b2 or above)
- Pillow 4.0 or higher
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.
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.
Please see the Plugin Development Guide and the Helping page.