diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md index fae4c074..1e3cfd77 100644 --- a/WINDOWS_INSTALL.md +++ b/WINDOWS_INSTALL.md @@ -50,6 +50,10 @@ Once you are done, be sure that you have miniconda in the Path: If not, add it by clicking on **New** and writing the path where _conda.exe_ was installed. +Finally, open a terminal and type 'conda init powershell'. + +![terminal_conda](docs/img_windows_install/img_30.png) + ## Get the CERC Hub source code 1. Run PyCharmCE @@ -101,8 +105,6 @@ _PS C:\Users\Pilar\PycharmProjects\hub>_ preceded either by _(base)_ or _(hub)_. be sure that you have miniconda installed and included in the path as explained in [previous chapter Get Miniconda](WINDOWS_INSTALL.md#Get Miniconda). If not, do it, close Pycharm, and come back to this point. -Type 'conda init powershell '??? - If the environment you are working in is _(base)_, type 'conda activate hub', click enter, and the environment should change to _(hub)_. If this didn't work, contact Guillermo (guillermo.gutierrezmorote@concordia.ca) or Koa (kekoa.wells@concordia.ca) for some help. diff --git a/docs/img_windows_install/img_30.png b/docs/img_windows_install/img_30.png new file mode 100644 index 00000000..7453f089 Binary files /dev/null and b/docs/img_windows_install/img_30.png differ