mirror of
				https://github.com/qurator-spk/page2tsv.git
				synced 2025-10-31 08:34:13 +01:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|  | deps: | ||
|  | 	pip install -r requirements.txt | ||
|  | 
 | ||
|  | deps-test: | ||
|  | 	pip install -r requirements-test.txt | ||
|  | 
 | ||
|  | test: | ||
|  | 	pytest tests | ||
|  | 
 | ||
|  | install: | ||
|  | 	pip install . | ||
|  | 
 | ||
|  | install-dev: | ||
|  | 	pip install -e . | ||
|  | 
 | ||
|  | .PHONY: test | ||
|  | 
 |