diff --git a/README.md b/README.md index a442012..c557983 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # pys -Repository used to pre-build python enabled images for popular operating systems +Repository used to pre-build Python enabled images for popular operating systems -These images are not indented to for production, instead they are aimed on -testing python libraries on multiple platforms. +These images are not intended for production, instead they are aimed on +testing Python libraries on multiple platforms. Inclusions ========== * pip -* selinux python bindings (Red Hat systems) -* gcc -* git -* python headers -* openssl headers +* SELinux Python bindings (Red Hat systems) +* GCC +* Git +* Python headers +* OpenSSL headers * sudo Use cases @@ -23,7 +23,7 @@ Use cases Customizations ============== -* `/usr/bin/python` symlink is created to point to python3 where needed. Keep in +* `/usr/bin/python` symlink is created to point to `python3` where needed. Keep in mind to use module calling convention for pip, virtualenv and other tools as this symlink is the only exception made. The idea way to avoid having to detect python executable when you implement testing.