Skip to content

Commit

Permalink
change requirements (no more PySide2)
Browse files Browse the repository at this point in the history
changed rfcat to no longer mandate python3
  • Loading branch information
atlas0fd00m committed Jan 12, 2021
1 parent b2d1857 commit b524b22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RfCat currently requires Python 2.7. the only suspected incompatibilities with
* libusb - should be able to work with either 1.x or 0.1 versions. please let us know if you run into issues.
* pyreadline (especially for Windows)
* PySide2 (for Spectrum Analyzer GUI): (Ubuntu 18.10+: python-pyside2)
$ sudo pip install PySide2
PySide2 is no longer installed automatically, due to support concerns for RPi platforms. You can install it (if available for your platform) using pip:
$ sudo pip install PySide2

### Build requirements

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
PySide2
pyusb
future
ipython
Expand Down
2 changes: 1 addition & 1 deletion rfcat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion rflib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ipython3 -i --no-banner
#!/usr/bin/env ipython -i --no-banner

from __future__ import print_function
from __future__ import absolute_import
Expand Down

0 comments on commit b524b22

Please sign in to comment.