Valentin Malykh's (Huawei Noah’s Ark lab) course on the ODS.
to create env localy in project path Make file: poetry.toml
# in poetry.toml
[virtualenvs]
create=true
in-project=true
curl -sSL https://install.python-poetry.org | python3 -
after
poetry init
poetry update