README.rst

changeset 9
06abef993230
parent 8
cf12f8c7838e
child 12
9cc8d8d69af7
equal deleted inserted replaced
8:cf12f8c7838e 9:06abef993230
22 22
23 23
24 Installation 24 Installation
25 ------------ 25 ------------
26 26
27 The easiest way to install this module is from the python package index using pip: 27 The easiest way to install this module is from the python package index using pip::
28 28
29 pip install scc_access 29 pip install scc_access
30 30
31 See http://docs.python-requests.org/en/latest/user/install/ for more details. 31 See http://docs.python-requests.org/en/latest/user/install/ for more details.
32 32
61 scc_access 20110101po01.nc 125 61 scc_access 20110101po01.nc 125
62 62
63 If you want to wait for the processing to finish and download the resulting files 63 If you want to wait for the processing to finish and download the resulting files
64 you need to define the -p flag:: 64 you need to define the -p flag::
65 65
66 scc_access.py 20110101po01.nc 125 -p 66 scc_access 20110101po01.nc 125 -p
67 67
68 If you want to delete an existing measurement id from the database use the -d flag and 68 If you want to delete an existing measurement id from the database use the -d flag and
69 the measurement id:: 69 the measurement id::
70 70
71 scc_access.py -d 20110101po01 71 scc_access -d 20110101po01
72 72
73 For more information on the syntax type:: 73 For more information on the syntax type::
74 74
75 scc_access.py -h 75 scc_access -h

mercurial