diff --git a/research/README.md b/research/README.md index c05424a87..ebc420cd5 100644 --- a/research/README.md +++ b/research/README.md @@ -2,9 +2,11 @@ ## Installation -1. Install the dependencies in `../../requirements.txt` (Python3). +1. **Compile and install backports** -2. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`. +2. Install the dependencies in `../../requirements.txt` (Python3). + +3. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`. If this fails install the required dependencies. The build.sh script is also very trivial so you can manually execute each command in that script to see where it fails and how to fix it.