-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
40 lines (23 loc) · 1018 Bytes
/
INSTALL
File metadata and controls
40 lines (23 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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.2 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