Fixed grammar and inconsistencies with capitalization

This commit is contained in:
Shan 2019-08-30 05:56:51 +00:00 committed by Evan Read
parent 84064567de
commit e292e8e220
1 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ As of GitLab 11.10, we require Python 3.
## Installation ## Installation
There are several ways of installing python on your system. To be able to use the same version we use in production, There are several ways of installing Python on your system. To be able to use the same version we use in production,
we suggest you use [pyenv](https://github.com/pyenv/pyenv). It works and behave similar to its counterpart in the we suggest you use [pyenv](https://github.com/pyenv/pyenv). It works and behaves similarly to its counterpart in the
ruby world: [rbenv](https://github.com/rbenv/rbenv). Ruby world: [rbenv](https://github.com/rbenv/rbenv).
### macOS ### macOS
@ -67,7 +67,7 @@ Running this command will install both the required Python version as well as re
## Use instructions ## Use instructions
To run any python code under the Pipenv environment, you need to first start a `virtualenv` based on the dependencies To run any Python code under the Pipenv environment, you need to first start a `virtualenv` based on the dependencies
of the application. With Pipenv, this is a simple as running: of the application. With Pipenv, this is a simple as running:
```bash ```bash