README.rst

changeset 8
cf12f8c7838e
parent 7
415d034b0864
child 9
06abef993230
--- a/README.rst	Tue Dec 12 09:20:49 2017 +0200
+++ b/README.rst	Tue Dec 12 09:27:57 2017 +0200
@@ -25,8 +25,8 @@
 ------------
 
 The easiest way to install this module is from the python package index using pip:
-
-   pip install scc_access
+    
+    pip install scc_access
 
 See http://docs.python-requests.org/en/latest/user/install/ for more details.
 
@@ -57,19 +57,19 @@
 -----
 
 You can upload a file specifying the username and the system id::
-
-   python scc_access.py 20110101po01.nc 125
+    
+    scc_access 20110101po01.nc 125
 
 If you want to wait for the processing to finish and download the resulting files
 you need to define the -p flag::
-
-   python scc_access.py 20110101po01.nc 125 -p
+    
+    scc_access.py 20110101po01.nc 125 -p
 
 If you want to delete an existing measurement id from the database use the -d flag and
 the measurement id::
-   
-   python scc_access.py -d 20110101po01
+    
+    scc_access.py -d 20110101po01
 
 For more information on the syntax type::
-   
-   python scc_access.py -h
+    
+    scc_access.py -h

mercurial