diff --git a/py-packages_installation.rst b/py-packages_installation.rst index 40fbf296e0921121c1b8d9587de244cfaa283ecc..42d214c32b06cb4c7146e4cfc4ec3f7c40e4a6ef 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``.