
Chilkat Python Module Install Instructions (for Windows)

1) Open a Powershell in this directory.

2) To install the Chilkat module for the current user,
   run the installChilkat.py script with this command:

	python installChilkat.py

3) Alternatively, to install the Chilkat module globally for all users,
   run the install script with the "-g" option:

	python installChilkat.py -g

4) Verify that Chilkat is installed by running testChilkat.py

	python testChilkat.py

