advanced-python-homework-2023/README.md
2023-11-12 18:19:45 +03:00

27 lines
278 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# advanced-python-homework-2023
advanced-python-homework-2023
Дмитрий Базанов М05-319б
# How to build
```
$ poetry install
```
# How to make docs with Sphinx
```
$ cd docs
$ make html
```
# How to run Pytest tests
```
$ export PYTHONPATH=.
$ pytest
```