diff -r cf12f8c7838e -r 06abef993230 README.rst --- a/README.rst Tue Dec 12 09:27:57 2017 +0200 +++ b/README.rst Tue Dec 12 09:29:34 2017 +0200 @@ -24,7 +24,7 @@ Installation ------------ -The easiest way to install this module is from the python package index using pip: +The easiest way to install this module is from the python package index using pip:: pip install scc_access @@ -63,13 +63,13 @@ If you want to wait for the processing to finish and download the resulting files you need to define the -p flag:: - scc_access.py 20110101po01.nc 125 -p + scc_access 20110101po01.nc 125 -p If you want to delete an existing measurement id from the database use the -d flag and the measurement id:: - scc_access.py -d 20110101po01 + scc_access -d 20110101po01 For more information on the syntax type:: - scc_access.py -h + scc_access -h