From 4d9cdc12814f4c9bf004f4333ffa57e9015a2b49 Mon Sep 17 00:00:00 2001 From: "Wigal, Jacob (CIV)" <jacob.wigal@nps.edu> Date: Fri, 31 Jul 2020 10:41:30 -0700 Subject: [PATCH] Update py-packages_installation.rst --- py-packages_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-packages_installation.rst b/py-packages_installation.rst index 40fbf29..42d214c 100644 --- a/py-packages_installation.rst +++ b/py-packages_installation.rst @@ -14,7 +14,7 @@ Install Anaconda on Windows `Download Anaconda installer (Latest Python version, 64 bit) <https://www.anaconda.com/distribution/>`_ for Windows. Install Anaconda to your computer by double clicking the installer and install it into a directory you want (needs admin rights). -Install it to **all users** and use default settings. +Install it to **all users** and make sure the "add to PATH" box is checked. Test that the Anaconda package manager called ``conda`` works by opening the newly downloaded **Anaconda Prompt** and running the command ``conda --version``. -- GitLab