Update install.rst to add full path to pyproject.toml
This commit is contained in:
parent
6d126e1013
commit
e9e3bb68eb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Describe the Project
|
||||||
The ``pyproject.toml`` file describes your project and how to build it.
|
The ``pyproject.toml`` file describes your project and how to build it.
|
||||||
|
|
||||||
.. code-block:: toml
|
.. code-block:: toml
|
||||||
:caption: ``pyproject.toml``
|
:caption: ``/home/user/Projects/flask-tutorial/pyproject.toml``
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "flaskr"
|
name = "flaskr"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue