advanced-python-homework-2023/README.md

27 lines
278 B
Markdown
Raw Permalink Normal View History

2023-09-19 15:23:12 +03:00
# advanced-python-homework-2023
2023-09-19 16:23:31 +03:00
advanced-python-homework-2023
2023-09-20 19:54:38 +03:00
Дмитрий Базанов М05-319б
2023-09-19 16:23:31 +03:00
2023-09-19 16:31:27 +03:00
# How to build
2023-09-20 01:03:06 +03:00
```
$ poetry install
```
2023-09-19 16:23:31 +03:00
2023-09-20 01:00:49 +03:00
# How to make docs with Sphinx
2023-09-20 01:02:37 +03:00
```
2023-11-12 18:19:45 +03:00
$ cd docs
2023-09-20 01:02:37 +03:00
$ make html
```
2023-09-20 01:00:49 +03:00
2023-10-27 11:00:16 +03:00
# How to run Pytest tests
```
2023-11-12 18:18:20 +03:00
$ export PYTHONPATH=.
2023-10-27 11:00:16 +03:00
$ pytest
```
2023-09-19 16:23:31 +03:00