From 074ca0ef8fc16978375ebfacbaea301aac358b73 Mon Sep 17 00:00:00 2001 From: Cameron Cairns Date: Thu, 27 Apr 2023 05:06:31 -0600 Subject: [PATCH] Adds missing dependency description (anaconda) to docs (#1409) --- docs/development/setting-up-environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/development/setting-up-environment.md b/docs/development/setting-up-environment.md index 50aa5ef2..7efea070 100644 --- a/docs/development/setting-up-environment.md +++ b/docs/development/setting-up-environment.md @@ -35,7 +35,9 @@ git pull upstream main cd pyscript/pyscriptjs ``` -We need to ensure that we have installed `nodejs` >= 16 and `make`, before we can continue. +We need to ensure that we have installed `conda`, `nodejs` >= 16 and `make`, before we can continue. + +* Install `conda` by downloading one of the following packages that include it [MiniConda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/download/). * Install `nodejs` with at least version 16. This can be downloaded at [https://nodejs.org](https://nodejs.org)