mirror of
				https://github.com/qurator-spk/page2tsv.git
				synced 2025-10-30 16:14:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 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
 | |
| 
 |