Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f330d536
Commit
f330d536
authored
Jun 09, 2015
by
Tal Einat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#23891: correctly refer to PyPI as "Python Package Index"
parent
c0ed707b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/tutorial/venv.rst
Doc/tutorial/venv.rst
+3
-3
No files found.
Doc/tutorial/venv.rst
View file @
f330d536
...
@@ -90,8 +90,8 @@ Managing Packages with pip
...
@@ -90,8 +90,8 @@ Managing Packages with pip
Once you'
ve
activated
a
virtual
environment
,
you
can
install
,
upgrade
,
Once you'
ve
activated
a
virtual
environment
,
you
can
install
,
upgrade
,
and
remove
packages
using
a
program
called
:
program
:`
pip
`.
By
default
and
remove
packages
using
a
program
called
:
program
:`
pip
`.
By
default
``
pip
``
will
install
packages
from
the
Python
Packag
ing
Index
,
``
pip
``
will
install
packages
from
the
Python
Packag
e
Index
,
<
https
://
pypi
.
python
.
org
/
pypi
>.
You
can
browse
the
Python
Packag
ing
Index
<
https
://
pypi
.
python
.
org
/
pypi
>.
You
can
browse
the
Python
Packag
e
Index
by
going
to
it
in
your
web
browser
,
or
you
can
use
``
pip
``
's
by
going
to
it
in
your
web
browser
,
or
you
can
use
``
pip
``
's
limited search feature::
limited search feature::
...
@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
...
@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
``
pip
``
has
many
more
options
.
Consult
the
:
ref
:`
installing
-
index
`
``
pip
``
has
many
more
options
.
Consult
the
:
ref
:`
installing
-
index
`
guide
for
complete
documentation
for
``
pip
``.
When
you
've written
guide
for
complete
documentation
for
``
pip
``.
When
you
've written
a package and want to make it available on the Python Packag
ing
Index,
a package and want to make it available on the Python Packag
e
Index,
consult the :ref:`distributing-index` guide.
consult the :ref:`distributing-index` guide.
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