From 55fabb3ad498242d0a4fbb020fb465ee9b7ae58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E6=99=BA=E5=BC=BA?= Date: Thu, 23 May 2024 20:08:26 +0800 Subject: [PATCH] added requirements.txt --- README.md | 6 ++++++ requirements.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 5620e8b..4ad4d42 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ sudo hciconfig hci0 up python3 BlueDucky.py ``` +alternatively, + +```bash +pip3 install -r requirements.txt +``` + ## Operational Steps 🕹️ 1. On running, it prompts for the target MAC address. 2. Pressing nothing triggers an automatic scan for devices. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..608ca44 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pyobjc +pybluez +setuptools==57.5.0 \ No newline at end of file