docs: Drop reference to Python 2
Python 2 is dead, let's not encourage people to add support for it. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		@@ -11,10 +11,6 @@ This project depends on
 | 
				
			|||||||
- jsonschema Python 3 package
 | 
					- jsonschema Python 3 package
 | 
				
			||||||
- PyYAML Python 3 package (optional, for yaml file support)
 | 
					- PyYAML Python 3 package (optional, for yaml file support)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you need Python 2 support consider sending patches. The most
 | 
					 | 
				
			||||||
obvious place to start is to use the trollius package instead of the
 | 
					 | 
				
			||||||
asyncio.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
To install kas into your python site-package repository, run::
 | 
					To install kas into your python site-package repository, run::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ sudo pip3 install .
 | 
					    $ sudo pip3 install .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user