a python documenting tool .
Steps :
- Create a folder on your machine ( let's say
demo/)- enter in this folder
- if your are on ubuntu :
cd demo
- if your are on ubuntu :
- enter in this folder
| # This example pyproject.toml is for a basic pip+setuptools setup. | |
| # If you use a project management tool (like Poetry), then | |
| # those tools will have slightly different configurations or additions. | |
| # I highly recommend using a project management tool for your project. | |
| # Project management is a highly opinionated subject. | |
| # There are a lot of good, robust tools in this space now (as of 2023) | |
| # Two that I've used and recommend are Poetry and PDM. | |
| # Poetry is more mature, PDM is recent, both work well. | |
| # - Poetry: https://python-poetry.org/ |