diff --git a/python.md b/python.md index 055244d..5138be5 100644 --- a/python.md +++ b/python.md @@ -2,7 +2,7 @@ ### Requirements & Version Checking -OS = POSIX, so Linux, BSD or OSX. No plans for Windows support. +POSIX OS, so Linux, BSD or OSX. No plans for Windows support. Python 2 version >= 2.7 is required, check with: ``` python --version ```