mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
working html_test_output
This commit is contained in:
10
py-scripts/update_dependencies.py
Normal file
10
py-scripts/update_dependencies.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
import subprocess
|
||||
def main():
|
||||
command = "pip install pandas seaborn plotly numpy dash --upgrade"
|
||||
res = subprocess.call(command, shell = True)
|
||||
|
||||
print("Returned Value: ", res)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user