|
GettingTheLatestSource
How to get the latest source code direct from the repository
Phase-Deploy Introductionpydicom uses a Mercurial repository to do version tracking of code changes. Periodically, a particular revision is packaged into a Windows installer or source code tarball. However, the latest changes are in the repository -- bug fixes and new features that you could benefit from having. Before checking in a new revision, a standard suite of tests is run to ensure the new code isn't "broken". There isn't much more testing done for the packaged versions, so you don't have anything to lose by going straight to the latest revision. And you can go back to a previous revision of the code if the latest one is causing troubles for you. The starting point for Mercurial information is http://mercurial.selenic.com/. For Windows, your best bet might be TortoiseHG (http://bitbucket.org/tortoisehg/stable). Below is a brief summary. For more details see the documentation for Mercurial or TortoiseHG, or the on-line book (http://hgbook.red-bean.com/)
c:\pydicom\source Alter the 'c:\pydicom' to whatever folder name you used above.
|