diff --git a/README.md b/README.md index 1faeb9aa..e4b2ff6b 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ A list of missing exercise can be found here: https://github.com/exercism/python ### Testing -All exercises must be compatible with Python versions 2.7 and 3.4 upwards. +All exercises must be compatible with Python version 3.4 upwards. -To test a single exercise (e.g., with Python 2.7): +To test a single exercise: ``` -python2.7 test/check-exercises.py [exercise-name] +python3 test/check-exercises.py [exercise-name] ``` -To test all exercises (e.g., with Python 3): +To test all exercises: ``` python3 test/check-exercises.py ```