Talk:Eduroam: Difference between revisions
| Line 8: | Line 8: | ||
# open a shell whith all the dependencies needed | # open a shell whith all the dependencies needed | ||
nix- | nix-shell -p "python3.withPackages (ps: with ps; [ dbus-python ]) | ||
# execute the script | # execute the script | ||
python3 <your-eduroam.py> | python3 <your-eduroam.py> | ||