added requirements.txt
This commit is contained in:
parent
dd85ee57f1
commit
55fabb3ad4
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
pyobjc
|
||||
pybluez
|
||||
setuptools==57.5.0
|
Loading…
Reference in New Issue