Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Python package for scanning and advertising [Eddystone-URL and Eddystone-UID](ht
* Bluez
* sudo apt-get install bluez bluez-hcidump
* Pip Packages
* pip install enum34
* pip3 install enum34

## Installation

sudo pip install PyBeacon
sudo pip3 install PyBeacon

## Upgrade

sudo pip install PyBeacon --upgrade
sudo pip3 install PyBeacon --upgrade

## Usage
PyBeacon [-h] [-u [URL]] [-s] [-t] [-o] [-v] [-V]
Expand Down