mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
update_dependencies.py : updated header information
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
#!/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
|
||||
def main():
|
||||
print("Installing Script Python3 Dependencies")
|
||||
|
||||
Reference in New Issue
Block a user