Skip to content
Hlab, lab-197 edited this page Nov 13, 2012 · 1 revision

To print out some basic information about the installation, do:

import labrad
print labrad.__version__
print labrad.__revision__
print labrad.__date__

Note, this prints out the information about the changes of the __init__.py file. If some other file was updated, it would not be reflected in this information. If more detailed version tracking is required, one may edit

/labrad/__init__.py 

to reflect the latest version and revision from the trunk.