Skip to content

Commit

Permalink
Changed pip3 to pip and python3 to python
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Apr 15, 2024
1 parent b9258f7 commit c246579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c246579

Please sign in to comment.