Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

INSTALL.md

File metadata and controls

19 lines (12 loc) · 515 Bytes

Installing python-wifi-connect

NOTE: This application only installs and runs on Linux.

Clone this repo

  1. git clone https://github.com/OpenAgricultureFoundation/python-wifi-connect.git
  2. cd python-wifi-connect

You must have python3.6 and pip3.6 already installed.

If you are not already running NetworkManager on your system

./scripts/optional_install_NetworkManager_on_Linux.sh

Install python-wifi-connect

./scripts/install.sh

Running

Please read the RUN.md file.