
                                       I N S T A L L

   Requirements
  ------------

  The following requirements exist for running the Python WebSmsComToolkit:
  
  o  No requirements for python version 2.6+
  
  
  WebSmsComToolkit will run under Python versions 2.4 to 2.7 and maybe even below
  
   o  ssl     
   o  Python version <2.6 : 
   o  Python version 2.3  :  simplejson 2.0.0
   o  Python version 2.4  :  simplejson 2.1.0
   o  Python version 2.5  :  simplejson 2.2.0+ (lastest was 2.6.2) (http://pypi.python.org/pypi/simplejson/)
   o  Python version 2.6+ :  <nothing>
  
  use of custom JSON encoder/decoder is possible

  
   Installation Instructions
  -------------------------

  Unzip the package, go to the WebSmsComToolkit-1.0.0 directory and type:
    
    Unix/Linux:

      sudo python setup.py install
    
    Windows (assuming python in your path environment:

      python setup.py install
    

   Start with
  -------------------------
   See script send_sms.py on how to send an sms
