Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ Make sure you have the latest version of PyPA's :ref:`build` installed:
py -m pip install --upgrade build

.. tip:: If you have trouble installing these, see the
:doc:`installing-packages` tutorial.

:doc:`installing-packages` tutorial. You will get an error if you don't have the build package so install it first .. code-block:: bash pip install build
Now run this command from the same directory where :file:`pyproject.toml` is located:

.. tab:: Unix/macOS
Expand Down