mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
do not mention the python micro version
This commit is contained in:
parent
c088951cd7
commit
295d77074b
1 changed files with 3 additions and 2 deletions
5
BUILD.md
5
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 [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:
|
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 [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:
|
Install [poetry](https://python-poetry.org/). Open PowerShell, and run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue