diff --git a/source/tutorials/packaging-projects.rst b/source/tutorials/packaging-projects.rst index 4c205e28f..0777348e5 100644 --- a/source/tutorials/packaging-projects.rst +++ b/source/tutorials/packaging-projects.rst @@ -338,7 +338,7 @@ 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: