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
5c4fbd5f
Commit
5c4fbd5f
authored
Oct 04, 2014
by
Nick Coghlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Realign packaging docs with PyPUG changes
parent
518e71b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
Doc/distributing/index.rst
Doc/distributing/index.rst
+7
-7
Doc/installing/index.rst
Doc/installing/index.rst
+7
-7
No files found.
Doc/distributing/index.rst
View file @
5c4fbd5f
...
...
@@ -31,7 +31,7 @@ installing other Python projects, refer to the
Key terms
=========
* the `Python Packag
e
Index <https://pypi.python.org/pypi>`__ is a public
* the `Python Packag
ing
Index <https://pypi.python.org/pypi>`__ is a public
repository of open source licensed packages made available for use by
other Python users
* the `Python Packaging Authority
...
...
@@ -119,14 +119,14 @@ involved in creating a project:
* `Project structure`_
* `Building and packaging the project`_
* `Uploading the project to the Python Packag
e
Index`_
* `Uploading the project to the Python Packag
ing
Index`_
.. _Project structure: \
http://packaging.python.org/en/latest/
tutorial
.html#creating-your-own-project
http://packaging.python.org/en/latest/
distributing
.html#creating-your-own-project
.. _Building and packaging the project: \
http
://packaging.python.org/en/latest/tutorial.html#building-
packaging-your-project
.. _Uploading the project to the Python Packag
e
Index: \
http://packaging.python.org/en/latest/
tutorial
.html#uploading-your-project-to-pypi
http
s://packaging.python.org/en/latest/distributing.html#
packaging-your-project
.. _Uploading the project to the Python Packag
ing
Index: \
http://packaging.python.org/en/latest/
distributing
.html#uploading-your-project-to-pypi
How do I...?
...
...
@@ -139,7 +139,7 @@ These are quick answers or links for some common tasks.
This isn't an easy topic, but here are a few tips:
* check the Python Packag
e
Index to see if the name is already in use
* check the Python Packag
ing
Index to see if the name is already in use
* check popular hosting sites like GitHub, BitBucket, etc to see if there
is already a project with that name
* check what comes up in a web search for the name you're considering
...
...
Doc/installing/index.rst
View file @
5c4fbd5f
...
...
@@ -44,7 +44,7 @@ Key terms
``
pyvenv
``.
It
allows
virtual
environments
to
be
used
on
versions
of
Python
prior
to
3.4
,
which
either
don
't provide ``pyvenv`` at all, or
aren'
t
able
to
automatically
install
``
pip
``
into
created
environments
.
*
the
`
Python
Packag
e
Index
<
https
://
pypi
.
python
.
org
/
pypi
>`
__
is
a
public
*
the
`
Python
Packag
ing
Index
<
https
://
pypi
.
python
.
org
/
pypi
>`
__
is
a
public
repository
of
open
source
licensed
packages
made
available
for
use
by
other
Python
users
*
the
`
Python
Packaging
Authority
...
...
@@ -70,7 +70,7 @@ The standard packaging tools are all designed to be used from the command
line
.
The
following
command
will
install
the
latest
version
of
a
module
and
its
dependencies
from
the
Python
Packag
e
Index
::
dependencies
from
the
Python
Packag
ing
Index
::
python
-
m
pip
install
SomePackage
...
...
@@ -103,8 +103,8 @@ into an active virtual environment uses the commands shown above.
.. seealso::
`Python Packaging User Guide: Installing Python
p
ackages
<http
://packaging.python.org/en/latest/tutorial.html#installing-python-package
s>`__
`Python Packaging User Guide: Installing Python
Distribution P
ackages
<http
s://packaging.python.org/en/latest/installing.html#installing-python-distribution
s>`__
How do I ...?
...
...
@@ -121,8 +121,8 @@ User Guide.
.. seealso::
`Python Packaging User Guide:
Installing the Tool
s
<http
://packaging.python.org/en/latest/tutorial.html#installing-the-tool
s>`__
`Python Packaging User Guide:
Setup for Installing Distribution Package
s
<http
s://packaging.python.org/en/latest/installing.html#setup-for-installing-distribution
s>`__
.. installing-per-user-installation:
...
...
@@ -205,7 +205,7 @@ the installation process.
With
the
introduction
of
support
for
the
binary
``
wheel
``
format
,
and
the
ability
to
publish
wheels
for
at
least
Windows
and
Mac
OS
X
through
the
Python
Packag
e
Index
,
this
problem
is
expected
to
diminish
over
time
,
Python
Packag
ing
Index
,
this
problem
is
expected
to
diminish
over
time
,
as
users
are
more
regularly
able
to
install
pre
-
built
extensions
rather
than
needing
to
build
them
themselves
.
...
...
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