diff --git a/README.md b/README.md
index d41fcc6558dca917b20ec325752608649fb6cfb8..b268b8e75c574af4c05b1a541a13caa57d0ecd96 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ Python 3.
 $ sudo apt-get update
 $ sudo apt-get install git pip python-setuptools
 ```
-Make sure you got Python 3:
+**N.B.** Python 3 is now the default interpreter in most recent Linux
+distributions. Do not use Python 2! If unsure, check with:
 ```shell
 $ python -V
 ```