From 295d77074b6bfb8252a5f50dd9b3a131d2830366 Mon Sep 17 00:00:00 2001 From: deeplow Date: Tue, 16 Aug 2022 11:11:06 +0100 Subject: [PATCH] do not mention the python micro version --- BUILD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 90834a5..0e19472 100644 --- a/BUILD.md +++ b/BUILD.md @@ -58,7 +58,7 @@ Install Xcode from the App Store. Install [Docker Desktop](https://www.docker.com/products/docker-desktop). Make sure to choose your correct CPU, either Intel Chip or Apple Chip. -Install Python 3.10.4 [from python.org](https://www.python.org/downloads/release/python-3104/). +Install the **latest Python 3.10** release [from python.org](https://www.python.org/downloads/macos/). Install Python dependencies: @@ -110,7 +110,8 @@ The output is in the `dist` folder. Install [Docker Desktop](https://www.docker.com/products/docker-desktop). -Install Python 3.10.4 (x86) [from python.org](https://www.python.org/downloads/release/python-3104/). When installing it, make sure to check the "Add Python 3.10 to PATH" checkbox on the first page of the installer. +Install the **latest Python 3.10** (x86) [from python.org](https://www.python.org/downloads/windows/). When installing it, 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/). Open PowerShell, and run: