mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	Add datatable to update dependencies
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env python3
 | 
					#!/usr/bin/env python3
 | 
				
			||||||
import subprocess
 | 
					import subprocess
 | 
				
			||||||
def main():
 | 
					def main():
 | 
				
			||||||
    command = "pip3 install pandas seaborn plotly numpy dash paramiko bokeh websocket-client pyarrow xlsxwriter --upgrade"
 | 
					    command = "pip3 install pandas seaborn plotly numpy dash paramiko bokeh websocket-client pyarrow xlsxwriter datatable --upgrade"
 | 
				
			||||||
    res = subprocess.call(command, shell = True)
 | 
					    res = subprocess.call(command, shell = True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    print("Returned Value: ", res)
 | 
					    print("Returned Value: ", res)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user