From 5e0ee641904835b9bf2b18fa0027395b9af4e3f0 Mon Sep 17 00:00:00 2001 From: Vladimir Onoprienko <vonopr@yandex.ru> Date: Thu, 3 Sep 2020 16:40:26 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4f9af8..1ea6705 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + +## Requirements + - python >= 3.8 *won't work with python 3.6* + - matplotlib + - netcdf4 + - numpy + ## Install ```bash @@ -7,7 +14,6 @@ python3 -m pip install -e . ``` - # Usage ### Create an image from ctl file with command line @@ -19,8 +25,4 @@ python3 -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png ### Convert ctl to netcdf ```bash python3 -m ctler mmsst.ctl mmsst.nc -``` - -# Known issues - - - Does not work with files containing only one time record \ No newline at end of file +``` \ No newline at end of file -- GitLab