Something about dependencies
This commit is contained in:
parent
74c3e4a898
commit
e85d709b4c
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,11 @@ It makes use of:
|
||||||
* wxPython (https://wxpython.org/)
|
* wxPython (https://wxpython.org/)
|
||||||
* GObject Introspection (https://gi.readthedocs.io/en/latest/)
|
* 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:
|
Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs:
|
||||||
* http://zetcode.com/wxpython/dialogs/
|
* http://zetcode.com/wxpython/dialogs/
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
This is a program that can manage Wireguard Configuration graphically
|
This is a program that can manage Wireguard Configuration graphically
|
||||||
|
|
||||||
You will need some dependencies:
|
|
||||||
sudo apt install wxpython python3-networkmanager
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import configparser
|
import configparser
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Reference in a new issue