From b726231a7b398815db6515e1ed3f3b0f9fbabd06 Mon Sep 17 00:00:00 2001
From: Vladimir Onoprienko <vonopr@yandex.ru>
Date: Thu, 3 Sep 2020 14:36:04 +0300
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 27045f1..b4f9af8 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ```bash
 git clone http://tesla.parallel.ru/vonopr/inmplot.git
 cd inmplot
-python -m pip install -e .
+python3 -m pip install -e .
 
 ```
 
@@ -13,12 +13,12 @@ python -m pip install -e .
 ### Create an image from ctl file with command line
 
 ```bash
-python -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png
+python3 -m plot_ctl --file=mmsst.ctl --var=sst --tnum=0 --output=sst.png
 ```
 
 ### Convert ctl to netcdf
 ```bash
-python -m ctler mmsst.ctl mmsst.nc
+python3 -m ctler mmsst.ctl mmsst.nc
 ```
 
 # Known issues
-- 
GitLab