mirror of
				https://github.com/mikegerber/ocrd_calamari.git
				synced 2025-10-30 23:34:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| GIT_CLONE = git clone --depth 1
 | |
| calamari:
 | |
| 	$(GIT_CLONE) https://github.com/chwick/calamari
 | |
| 
 | |
| calamari_models:
 | |
| 	$(GIT_CLONE) https://github.com/chwick/calamari_models
 | |
| 
 | |
| calamari/build: calamari calamari_models
 | |
| 	cd calamari &&\
 | |
| 		pip install -r requirements.txt ;\
 | |
| 		python setup.py install
 |