From c49a1a9e19444942a53adb8d7730ca8c043abab3 Mon Sep 17 00:00:00 2001 From: Holger Niemann <holger.niemann@ipp.mpg.de> Date: Thu, 18 Jun 2020 15:46:45 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7933afb..39b93e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ This collections of functions and tools are used to download and evaluated data related to the Infrared cameras, including thermocouples. To install this libary, run the setup - python setup.py install \ No newline at end of file + python setup.py install + + after installation you can call: + + import downloadversionIRdata as IR + IR.get_started() \ No newline at end of file -- GitLab