Код: Выделить всё
[project.optional-dependencies]
windows = [
"pywinpty>=2.0.14"
]
Код: Выделить всё
# on windows
pip install .[windows]
# on linux/mac we use the enclosed pty
pip install .
Или uv pip install . (pywinpty пакет ржавчины)
Подробнее здесь: https://stackoverflow.com/questions/792 ... on-install
Мобильная версия