From 8e1445d27ad68d6ff9ca89b7fc908cb612f3af5e Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 8 Sep 2022 15:18:33 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 528e50f3..7449d8a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ or for Windows Check the `ui/frontend/build/README.md` for instructions on running and building the React code. ## Development environment for Installer changes -Build the Windows installer using Windows, and the Linux installer using Linux. Don't mix the two, and don't use WSL. +Build the Windows installer using Windows, and the Linux installer using Linux. Don't mix the two, and don't use WSL. An Ubuntu VM is fine for building the Linux installer on a Windows host. 1. Install Miniconda 3 or Anaconda. 2. Install `conda install -c conda-forge -y conda-pack`