File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11* .pyc
22build /*
33* .tar.gz
4+ MANIFEST
5+ dist /*
Original file line number Diff line number Diff line change 1- # sudo python2 setup.py build
2- # sudo python2 setup.py install
3-
1+ # Python 2
2+ # python2 setup.py build
43# python2 iwlist.py wlp59s0 channel
4+ # pip2 install python-wifi==0.6.1
5+ # python2 setup.py sdist --force-manifest --formats=bztar
6+ # pip2 install dist/python-wifi-0.6.2.tar.bz2
7+ # pip2 uninstall python-wifi
8+
9+ # Python 3
10+ # python3 setup.py sdist --force-manifest --formats=bztar
511# python3 iwlist.py wlp59s0 channel
12+ # python3 setup.py build
13+ # pip3 install dist/python-wifi-0.6.2.tar.bz2
14+ # pip3 uninstall python-wifi
615
7- # pip2 install python-wifi --ignore-installed
816import pythonwifi .flags
917from pythonwifi .iwlibs import Wireless , Iwscan
1018
You can’t perform that action at this time.
0 commit comments