mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Make sure PIP is upgraded to latest version (#3402)
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
		
							
								
								
									
										1
									
								
								tasks.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tasks.py
									
									
									
									
									
								
							@@ -94,6 +94,7 @@ def install(c):
 | 
				
			|||||||
    print("Installing required python packages from 'requirements.txt'")
 | 
					    print("Installing required python packages from 'requirements.txt'")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Install required Python packages with PIP
 | 
					    # Install required Python packages with PIP
 | 
				
			||||||
 | 
					    c.run('pip3 install --upgrade pip')
 | 
				
			||||||
    c.run('pip3 install -U -r requirements.txt')
 | 
					    c.run('pip3 install -U -r requirements.txt')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user