diff --git a/BUILD.md b/BUILD.md index 1bd1502..197589f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -110,7 +110,10 @@ Install [Docker Desktop](https://www.docker.com/products/docker-desktop). Install the latest version of Python 3.10 (64-bit) [from python.org](https://www.python.org/downloads/windows/). Make sure to check the "Add Python 3.10 to PATH" checkbox on the first page of the installer. -Install [poetry](https://python-poetry.org/): + +Install Microsoft Visual C++ 14.0 or greater. Get it with ["Microsoft C++ Build Tools"](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and make sure to select "Desktop development with C++" when installing. + +Install [poetry](https://python-poetry.org/). Open PowerShell, and run: ``` python -m pip install poetry