virtualabs / btlejack

Bluetooth Low Energy Swiss-army knife
MIT License
1.87k stars 196 forks source link

Latest version availible on pip is 1.3.0 #53

Closed MrARM closed 1 year ago

MrARM commented 4 years ago

When using pip to install btlejack, it is not up to date with the commits made in this repository.

xpeace commented 3 years ago

$ git clone https://github.com/virtualabs/btlejack.git $ cd btlejack $ python3 setup.py sdist $ sudo pip3 install dist/btlejack-2.0.0.tar.gz