From 9536a4db41bf0e584f510b88a15cf215ad9ea446 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 21 Jun 2021 12:53:43 -0700 Subject: [PATCH] Add install Docker Desktop to Windows/Mac build instructions --- BUILD.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.md b/BUILD.md index 59674c0..25fd30e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -42,6 +42,8 @@ Create a .rpm: ## macOS +Install [Docker Desktop](https://www.docker.com/products/docker-desktop). + Install python@3.9 from Homebrew: ``` @@ -83,6 +85,8 @@ The output is in the `dist` folder. ## Windows +Install [Docker Desktop](https://www.docker.com/products/docker-desktop). + These instructions include adding folders to the path in Windows. To do this, go to Start and type "advanced system settings", and open "View advanced system settings" in the Control Panel. Click Environment Variables. Under "System variables" double-click on Path. From there you can add and remove folders that are available in the PATH. Download Python 3.9.0, 32-bit (x86) from https://www.python.org/downloads/release/python-390/. I downloaded python-3.9.0.exe. When installing it, make sure to check the "Add Python 3.9 to PATH" checkbox on the first page of the installer.