From 9a7b1030f089034d5c07cedb42cf05248f8d762d Mon Sep 17 00:00:00 2001 From: duettwe <61516027+duettwe@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:15:10 -0600 Subject: [PATCH] Update installing_dax_in_a_virtual_environment.rst --- docs/installing_dax_in_a_virtual_environment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installing_dax_in_a_virtual_environment.rst b/docs/installing_dax_in_a_virtual_environment.rst index 8c4c8b91..8e6bc3e8 100644 --- a/docs/installing_dax_in_a_virtual_environment.rst +++ b/docs/installing_dax_in_a_virtual_environment.rst @@ -13,6 +13,8 @@ Table of Contents Setup ----- +Grab the latest version of the appropriate install here: https://repo.anaconda.com/miniconda/ + To install miniconda3 go to https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html . Follow the procedure described on the miniconda site to install for your OS. It is very important that you follow the directions closely and not forget to source conda. The main idea is to download the Python 3.7 or newer bash file and open the terminal (using 3.8 and MacOS as an example here). Run the following where the file was downloaded: ::