| 
					
				 | 
			
			
				@@ -127,6 +127,8 @@ hercules -couples [-people-dict=/path/to/identities] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 python3 labours.py -m couples -o <name> [--couples-tmp-dir=/tmp] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ``` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+**Important**: it requires Tensorflow to be installed, please follow [official instuctions](https://www.tensorflow.org/install/). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 The files are coupled if they are changed in the same commit. The developers are coupled if they 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 change the same file. `hercules` records the number of couples throught the whole commti history 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 and outputs the two corresponding co-occurrence matrices. `labours.py` then trains 
			 |