From e9e3bb68ebb1740b1fb499280121e5e1083c8fc4 Mon Sep 17 00:00:00 2001 From: za4g <138465437+za4g@users.noreply.github.com> Date: Wed, 29 May 2024 05:36:30 -0600 Subject: [PATCH] Update install.rst to add full path to pyproject.toml --- docs/tutorial/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/install.rst b/docs/tutorial/install.rst index db83e106..55fbcb78 100644 --- a/docs/tutorial/install.rst +++ b/docs/tutorial/install.rst @@ -30,7 +30,7 @@ Describe the Project The ``pyproject.toml`` file describes your project and how to build it. .. code-block:: toml - :caption: ``pyproject.toml`` + :caption: ``/home/user/Projects/flask-tutorial/pyproject.toml`` [project] name = "flaskr"