diff --git a/READ-1ST.txt b/READ-1ST.txt index b905c5e..63d42ec 100644 --- a/READ-1ST.txt +++ b/READ-1ST.txt @@ -113,6 +113,22 @@ man test-tc +BUNDLING 'tconfpy' WITH YOUR OWN PROGRAMS +----------------------------------------- + +If you write a program that depends on 'tconfpy' you'll need to ensure +that the end-users have it installed on their systems. There are two +ways to do this: + +1) Tell them to download and install the package as described above. + This is not recommended since you cannot rely on the technical + ability of end users to do this correctly. + +2) Just include 'tconfpy.py' in your program distribution directory. + This ensures that the module is available to your program + regardless of what the end-user system has installed. + + LICENSE -------