mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Install PIP requirements as a part of "invoke install"
This commit is contained in:
		
							
								
								
									
										2
									
								
								tasks.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tasks.py
									
									
									
									
									
								
							@@ -90,7 +90,7 @@ def install(c):
 | 
			
		||||
    """
 | 
			
		||||
 | 
			
		||||
    # Install required Python packages with PIP
 | 
			
		||||
    #c.run('pip3 install -U -r requirements.txt')
 | 
			
		||||
    c.run('pip3 install -U -r requirements.txt')
 | 
			
		||||
 | 
			
		||||
    # If a config.yaml file does not exist, copy from the template!
 | 
			
		||||
    CONFIG_FILE = os.path.join(localDir(), 'InvenTree', 'config.yaml')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user