added requirements.txt

This commit is contained in:
钟智强 2024-05-23 20:08:26 +08:00
parent dd85ee57f1
commit 55fabb3ad4
2 changed files with 9 additions and 0 deletions

View File

@ -66,6 +66,12 @@ sudo hciconfig hci0 up
python3 BlueDucky.py python3 BlueDucky.py
``` ```
alternatively,
```bash
pip3 install -r requirements.txt
```
## Operational Steps 🕹️ ## Operational Steps 🕹️
1. On running, it prompts for the target MAC address. 1. On running, it prompts for the target MAC address.
2. Pressing nothing triggers an automatic scan for devices. 2. Pressing nothing triggers an automatic scan for devices.

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
pyobjc
pybluez
setuptools==57.5.0