virtualabs / btlejack

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

pypi version out of date 1.3 not 2.0 #65

Closed kevthehermit closed 1 year ago

kevthehermit commented 4 years ago

PyPI doesn't seem to have the latest release. It is still 1.3

rafaribe commented 4 years ago

Yeah, just in case someone else wants help installing 2.0 and is not familiar with Python:

  1. Clone the Repo
  2. sudo pip3 install . on the root folder of the repo, where setup.py is located.