mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-05 13:17:53 +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