Skip to content

Commit

Permalink
Update README and doc to remove usage of setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 11, 2023
1 parent 3aea312 commit 57f0a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data = sdr.rx()
```
tcollins@jeeves:~$ git clone https://github.com/analogdevicesinc/pyadi-iio.git
tcollins@jeeves:~$ cd pyadi-iio
tcollins@jeeves:~$ (sudo) python setup.py install
tcollins@jeeves:~$ (sudo) pip install .
```
### Installing from pip
```
Expand Down
2 changes: 1 addition & 1 deletion doc/source/guides/quick.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or by grabbing the source directly for a more up to date version
git clone https://github.com/analogdevicesinc/pyadi-iio.git
cd pyadi-iio
(sudo) python3 setup.py install
(sudo) pip install .
To install the optional dependencies for JESD debugging and control

Expand Down

0 comments on commit 57f0a15

Please sign in to comment.