Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e292e8e2
Commit
e292e8e2
authored
Aug 30, 2019
by
Shan
Committed by
Evan Read
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed grammar and inconsistencies with capitalization
parent
84064567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/development/python_guide/index.md
doc/development/python_guide/index.md
+4
-4
No files found.
doc/development/python_guide/index.md
View file @
e292e8e2
...
...
@@ -7,9 +7,9 @@ As of GitLab 11.10, we require Python 3.
## Installation
There are several ways of installing
p
ython 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
r
uby world:
[
rbenv
](
https://github.com/rbenv/rbenv
)
.
There are several ways of installing
P
ython 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
s similarly
to its counterpart in the
R
uby world:
[
rbenv
](
https://github.com/rbenv/rbenv
)
.
### macOS
...
...
@@ -67,7 +67,7 @@ Running this command will install both the required Python version as well as re
## Use instructions
To run any
p
ython code under the Pipenv environment, you need to first start a
`virtualenv`
based on the dependencies
To run any
P
ython 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:
```
bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment