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