mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
255f534590
commit
2c4dc64760
36 changed files with 117 additions and 204 deletions
|
@ -107,16 +107,13 @@ Installing some prerequisites
|
|||
=============================
|
||||
|
||||
The current state of Python packaging is a bit muddled with various tools. For
|
||||
this tutorial, we're going to use setuptools_ to build our package. It's the
|
||||
recommended packaging tool (merged with the ``distribute`` fork). We'll also be
|
||||
using `pip`_ to install and uninstall it. You should install these
|
||||
this tutorial, we're going to use :pypi:`setuptools` to build our package. It's
|
||||
the recommended packaging tool (merged with the ``distribute`` fork). We'll
|
||||
also be using :pypi:`pip` to install and uninstall it. You should install these
|
||||
two packages now. If you need help, you can refer to :ref:`how to install
|
||||
Django with pip<installing-official-release>`. You can install ``setuptools``
|
||||
the same way.
|
||||
|
||||
.. _setuptools: https://pypi.org/project/setuptools/
|
||||
.. _pip: https://pypi.org/project/pip/
|
||||
|
||||
Packaging your app
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue