update_dependencies.py : updated header information

This commit is contained in:
Chuck SmileyRekiere
2021-05-13 07:38:34 -06:00
parent c5232c6490
commit 72fcd529f1

View File

@@ -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")