Skip to content
Snippets Groups Projects
Commit a3bdbbee authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update readme

parent 7ebaefe1
No related branches found
No related tags found
No related merge requests found
Pipeline #12961 failed
...@@ -27,6 +27,14 @@ The file paths can be access in Python scripts using the ``data_path()`` functio ...@@ -27,6 +27,14 @@ The file paths can be access in Python scripts using the ``data_path()`` functio
filename = data_path("km3net_offline.root") filename = data_path("km3net_offline.root")
To use the module in e.g. shell scripts, the module can be called directly and
print the filepath:
.. code-block:: shell
$ python -m km3net_testdata km3net_offline.root
/full/path/to/km3net_offline.root
Acknowledgements Acknowledgements
---------------- ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment