Revision: f8988fcdb3bb
Branch: default
Author:
bas...@gmail.com
Date: Wed Mar 13 19:02:16 2013
Log: Added an addendum to the UbuntuInstall to reference updated
pydicom install guides.
http://code.google.com/p/dicompyler/source/detail?r=f8988fcdb3bb&repo=wiki
Modified:
/UbuntuInstall.wiki
=======================================
--- /UbuntuInstall.wiki Sat Mar 19 05:57:11 2011
+++ /UbuntuInstall.wiki Wed Mar 13 19:02:16 2013
@@ -97,3 +97,17 @@
You should now be greeted by the dicompyler screen (if not, try `python
main.py`). You can then select the patient. If you have a DICOM-RT file
from your work, park it in testdata also.
Andrew Miller, January 28, 2011
+
+---
+
+*An update From Sébastien in Issue 85 regarding installing specific
versions of packages, i.e. pydicom:*
+
+The currently installed version of pydicom can be obtained through 2
equivalent commands:
+
+{{{# pip search pydicom}}}
+
+{{{# python -c "import dicom; print dicom.__version__"}}}
+
+To force pydicom 0.9.8 to be installed, type:
+
+{{{# sudo pip install pydicom==0.9.8}}}