forked from zaclys/searxng
		
	"./manage.sh update_packages" updates pip and setuptools
Fix issue #887, #962
This commit is contained in:
		
							parent
							
								
									d4aa1dccee
								
							
						
					
					
						commit
						5baad02c06
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -8,6 +8,8 @@ ACTION=$1
 | 
				
			||||||
cd "$BASE_DIR"
 | 
					cd "$BASE_DIR"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
update_packages() {
 | 
					update_packages() {
 | 
				
			||||||
 | 
					    pip install --upgrade pip
 | 
				
			||||||
 | 
					    pip install --upgrade setuptools
 | 
				
			||||||
    pip install -r "$BASE_DIR/requirements.txt"
 | 
					    pip install -r "$BASE_DIR/requirements.txt"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue