| 
				
			 | 
			
			
				@@ -222,7 +222,7 @@ function install_tahoelafs { 
			 | 
		
	
		
			
			| 
				222
			 | 
			
				222
			 | 
			
			
				     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT 
			 | 
		
	
		
			
			| 
				223
			 | 
			
				223
			 | 
			
			
				     git submodule update --init --recursive 
			 | 
		
	
		
			
			| 
				224
			 | 
			
				224
			 | 
			
			
				     virtualenv venv 
			 | 
		
	
		
			
			| 
				225
			 | 
			
				
			 | 
			
			
				-    venv/bin/pip install six==1.10.0 packaging==16.8 attrs=16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1 
			 | 
		
	
		
			
			| 
				
			 | 
			
				225
			 | 
			
			
				+    venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1 
			 | 
		
	
		
			
			| 
				226
			 | 
			
				226
			 | 
			
			
				     venv/bin/pip install cryptography==1.7.2 setuptools==11.3 
			 | 
		
	
		
			
			| 
				227
			 | 
			
				227
			 | 
			
			
				     venv/bin/pip install --editable . 
			 | 
		
	
		
			
			| 
				228
			 | 
			
				228
			 | 
			
			
				     configure_firewall_for_tahoelafs 
			 |