From e85d709b4cd7327a46acb017e0c8435a18272df1 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Wed, 25 Nov 2020 18:22:13 +0100 Subject: [PATCH] Something about dependencies --- README.md | 5 +++++ wireguide | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be85e5e..6171378 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ It makes use of: * wxPython (https://wxpython.org/) * GObject Introspection (https://gi.readthedocs.io/en/latest/) +For packaging a debian package you can use these dependencies: +* libnm0 +* wxpython +* gir1.2-nm-1.0 + Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs: * http://zetcode.com/wxpython/dialogs/ diff --git a/wireguide b/wireguide index 505ce10..972f32e 100755 --- a/wireguide +++ b/wireguide @@ -1,10 +1,6 @@ #!/usr/bin/env python3 """ This is a program that can manage Wireguard Configuration graphically - -You will need some dependencies: - sudo apt install wxpython python3-networkmanager - """ import configparser import os