--- sidebar_position: 1 --- # Install ## Windows Python download and install [Python.org](https://www.python.org/downloads/) Poetry install ``` curl -sSL https://install.python-poetry.org | python - ``` pip install ``` pip install black mypy ```