pombreda / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

build instructions absent #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There doesn't seem to be a build instructions page.
The "build instructions" link in Project Home just points to
BuildRequirements.  

Original issue reported on code.google.com by johnring...@gmail.com on 25 Aug 2010 at 4:10

GoogleCodeExporter commented 9 years ago
Python is an interpreted language, so there is not technically a build or 
compile step. If you have the necessary libraries installed (which may require 
build steps), the dicompyler code should run immediately.

At present, the program is started by typing main.py in the dicompyler 
directory, or simply clicking on the installed icon.

I have updated the Build Requirements page.

Original comment by roy.coding@gmail.com on 26 Aug 2010 at 7:50