From c246579461209bdac545242e0b6bfe2141ebacae Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Mon, 15 Apr 2024 14:02:25 +0100 Subject: [PATCH] Changed pip3 to pip and python3 to python --- README_py.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_py.rst b/README_py.rst index 08595a9..0ef627f 100644 --- a/README_py.rst +++ b/README_py.rst @@ -14,13 +14,13 @@ Installation Install the python package with pip:: - pip3 install fir1 + pip install fir1 You can also install from source:: git clone https://github.com/berndporr/fir1 cd fir1 - python3 setup.py install + python setup.py install Usage