mirror of
				https://github.com/miaowware/qrm2.git
				synced 2025-11-03 19:50:20 -05:00 
			
		
		
		
	
							parent
							
								
									488ae6cc98
								
							
						
					
					
						commit
						be042a9641
					
				
							
								
								
									
										11
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Makefile
									
									
									
									
									
								
							@ -71,6 +71,17 @@ clean:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Dev targets ###
 | 
			
		||||
.PHONY: dev-install
 | 
			
		||||
dev-install: $(BOTENV)/dev_req_done data/options.py data/keys.py
 | 
			
		||||
 | 
			
		||||
# Installing dev requirements
 | 
			
		||||
$(BOTENV)/dev_req_done: dev-requirements.txt $(BOTENV)/success
 | 
			
		||||
	@echo "\033[34;1m--> Installing the dependencies...\033[0m"
 | 
			
		||||
	@. $(BOTENV)/bin/activate; \
 | 
			
		||||
		pip install ${PIP_OUTPUT} -U pip setuptools wheel; \
 | 
			
		||||
		pip install ${PIP_OUTPUT} -U -r dev-requirements.txt
 | 
			
		||||
	@touch $(BOTENV)/dev_req_done
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Special targets ###
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user