mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
update_dependencies.py : updated header information
This commit is contained in:
@@ -1,4 +1,15 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# INCLUDE_IN_README
|
||||||
|
'''
|
||||||
|
NAME: update_dependencies.py
|
||||||
|
|
||||||
|
PURPOSE: Installs python3 script package dependencies
|
||||||
|
|
||||||
|
OUTPUT: List of successful and unsuccessful installs
|
||||||
|
|
||||||
|
NOTES: Install as root
|
||||||
|
'''
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
def main():
|
def main():
|
||||||
print("Installing Script Python3 Dependencies")
|
print("Installing Script Python3 Dependencies")
|
||||||
|
|||||||
Reference in New Issue
Block a user