Update install.rst to add full path to pyproject.toml

This commit is contained in:
za4g 2024-05-29 05:36:30 -06:00 committed by GitHub
parent 6d126e1013
commit e9e3bb68eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"