upd readme

This commit is contained in:
Dmitriy Bazanov 2023-09-20 01:00:49 +03:00
parent f476148a5a
commit 2b044e2ada

View File

@ -5,4 +5,14 @@ advanced-python-homework-2023
# How to build # How to build
poetry install poetry install
# How to make docs with Sphinx
«`{bash} {
cd src/docs
make html
}«`