readme.rst

changeset 1
783c8a0db76f
parent 0
a172f26a566a
equal deleted inserted replaced
0:a172f26a566a 1:783c8a0db76f
18 Please note that this is not part of the "official" SCC tools. I will update 18 Please note that this is not part of the "official" SCC tools. I will update
19 it when I have time but I cannot guarantee to maintain it in the long run. 19 it when I have time but I cannot guarantee to maintain it in the long run.
20 20
21 Any suggestions for improvements and new features are more than welcome. 21 Any suggestions for improvements and new features are more than welcome.
22 22
23
23 Installation 24 Installation
24 ------------ 25 ------------
25 26
26 The only requirement for running this program is the requests python module. 27 The only requirement for running this program is the requests python module.
27 If you have pip installed you can install it by:: 28 If you have pip installed you can install it by::
28 29
29 pip install requests. 30 pip install requests.
30 31
31 See http://docs.python-requests.org/en/latest/user/install/ for more details. 32 See http://docs.python-requests.org/en/latest/user/install/ for more details.
33
34 You can use the script by cloning this mercurial repository. Alternatively, you
35 can just coppy the scc_access.py and and settings.sample.py files to a local
36 directory.
32 37
33 38
34 Settings 39 Settings
35 -------- 40 --------
36 You will need to change some user-defined settings in a settings.py file. You 41 You will need to change some user-defined settings in a settings.py file. You

mercurial