Skip to content

Commit ae0b2fb

Browse files
committed
Clean up intros for both tutorials more.
1 parent 799449e commit ae0b2fb

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

source/authoring.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ Tutorial for Project Distributors
77

88
.. contents::
99

10+
This tutorial covers the basics of how to create and distribute your
11+
own Python projects. This tutorial assumes that you are already familiar
12+
with the contents of the :doc:`Tutorial on Installing Packages <tutorial>`.
1013

11-
Installing the Tools
12-
====================
1314

14-
Additionally, for building wheels, you'll need :ref:`wheel`, and for uploading
15-
to :term:`PyPI <Python Package Index (PyPI)>`, you'll need :ref:`twine`.
15+
Setup for Project Distributors
16+
==============================
17+
18+
This section describes steps to follow before distributing your own
19+
Python packages.
20+
21+
First, make sure you have already followed the :ref:`setup steps for
22+
installing packages <installing_setup>`.
23+
24+
In addition, you'll need :ref:`wheel` (if you will be building wheels), and
25+
:ref:`twine`, for uploading to :term:`PyPI <Python Package Index (PyPI)>`.
1626

1727
We recommend the following installation sequence:
1828

source/tutorial.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ This tutorial covers the basics of how to install Python :term:`packages
1212
:term:`distributions <Distribution>`.
1313

1414

15-
.. _installation_tools:
15+
.. _installing_setup:
1616

17-
Tools for Installing Packages
17+
Setup for Installing Packages
1818
=============================
1919

20-
To install packages, you'll minimally want to install :ref:`pip` and
20+
This section describes the steps to follow before installing other
21+
Python packages. You will want to install :ref:`pip` and
2122
:ref:`setuptools`, and in most cases, :ref:`virtualenv` (unless you're using
2223
`pyvenv`_).
2324

0 commit comments

Comments
 (0)