From 68d1d8abbb41d717524f5289caf430e448116d9d Mon Sep 17 00:00:00 2001 From: Vijayant Saini Date: Fri, 31 May 2019 16:58:36 +0530 Subject: [PATCH] Update pip version in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb73c7d..599c53d 100644 --- a/README.md +++ b/README.md @@ -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]