Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.