From b524b227c66ddab497f77944692c1763ab9b9e81 Mon Sep 17 00:00:00 2001 From: atlas Date: Tue, 12 Jan 2021 17:42:42 -0500 Subject: [PATCH] change requirements (no more PySide2) changed rfcat to no longer mandate python3 --- README.md | 3 ++- requirements.txt | 1 - rfcat | 2 +- rflib/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c908750..9952ffd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 43b8623..1a10931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -PySide2 pyusb future ipython diff --git a/rfcat b/rfcat index f20d06c..fae2e26 100755 --- a/rfcat +++ b/rfcat @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python from __future__ import print_function diff --git a/rflib/__init__.py b/rflib/__init__.py index 80f6d68..351f777 100755 --- a/rflib/__init__.py +++ b/rflib/__init__.py @@ -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