Skip to content

Commit 5bf8b1f

Browse files
authored
Update README.md
1 parent 2ea01b5 commit 5bf8b1f

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
# python-raspberry-dectector
22

3-
3+
I used this page for exemple
44
from : https://github.com/TranceCat/Raspberry-Pi-orchestration
55

6-
install pytho-pip
76

8-
sudo yum install python-pip
9-
sudo pip install --upgrade pip
7+
[Pre requisites]
8+
9+
Execute the cmd with sudo
10+
11+
## Install pytho-pip
12+
13+
sudo yum install python-pip
14+
sudo pip install --upgrade pip
15+
16+
## Install python nmap
17+
18+
pip install python-nmap
19+
20+
21+
## Execute
22+
23+
# with sudo without nmap doesn't work correctly
24+
sudo python detector-1.py
25+
1026

11-
install python nmap
27+
# Thing to know
1228

13-
pip install python-nmap
29+
If you want the mac address you must be on the same lan than the raspberry otherwise you will retrieve only the IP.
30+
It's enough to connect to the pi :)

0 commit comments

Comments
 (0)