Installation Directions for the Shoot module for Maple 9.5
==========================================================

1. Create a subdirectory for the Shoot module,
   e.g., C:\\Documents and Settings/Desktop/maple9

2. Copy the Shoot.zip archive to the directory created in Step 1.

3. Extract all five files in Shoot.zip. The extracted files are:

                Length    Date    Time    Name
                ------    ----    ----    ----
                  1721  12-29-04  00:15   README.txt
                 53248  12-29-04  00:11   maple.hdb
                 40960  12-29-04  00:11   Shoot9.ind
                 12608  12-29-04  00:11   Shoot9.lib

4. Update libname to include the directory containing the Shoot package,
   e.g.,

     > libname := libname, "C:\\Documents and Settings/Desktop/maple9/";

   To avoid having to issue the above command in every Maple session,
   put this command in your Maple initialization file (Windows: maple.ini,
   UNIX/Linux: .mapleinit)

5. To load the Shoot modulee, use the command:

     > with( Shoot );

   To have Shoot automatically loaded in every Maple session, put the
   above command in your Maple initialization file (see above).

6. For additional information on the syntax and usage of the shoot
   procedure, please consult the on-line help. This can be accessed
   via Maple's help interface or with the command

     > ?shoot

   This help page contains links to additional information that can
   be downloaded via the WWW.

Contact Information
===================

Please report any problems with the installation of Shoot or the
use of shoot to Douglas Meade at meade@math.sc.edu.

Thank you and good luck!

Last Updated
============
26 November 2004
