advanced-python-homework-2023/README.md
2023-09-20 01:02:37 +03:00

16 lines
163 B
Markdown

# advanced-python-homework-2023
advanced-python-homework-2023
# How to build
poetry install
# How to make docs with Sphinx
```
$ cd src/docs
$ make html
```