update readme
1 files changed, 2 insertions(+), 2 deletions(-)

M readme.md
M readme.md +2 -2
@@ 59,7 59,7 @@ brew install cmake mercurial subversion
 #### Ubuntu ####
 
 ```
-sudo apt-get install g++ python cmake mercurial subversion libsndfile-dev libtinyxml-dev libreadline6-dev
+sudo apt-get install g++ python3 cmake mercurial libsndfile-dev libtinyxml-dev libreadline6-dev
 ```
 
 ### Configuration ###

          
@@ 77,4 77,4 @@ This will download, configure and compil
 
 You can build the install target to put the resulting binaries in your system path. On Unix-like systems the binaries are put in either /usr or /usr/local, split into bin and lib. The runtime library is put in /share/kronos/Lib under the prefix. On Windows, the prefix will be an user-specified location in Program Files. 
 
-The test suite includes a bunch of statically compiled binaries via *kc*. To run them, use *make test* or the related IDE build target.
  No newline at end of file
+The test suite includes a bunch of statically compiled binaries via *kc*. To run them, use *make test* or the related IDE build target.