From 8a3f888262057648f0135f9978bcf9b55fdc083e Mon Sep 17 00:00:00 2001 From: Zhongming Shi Date: Thu, 11 Jan 2024 14:53:56 +0100 Subject: [PATCH] Update installation-on-macos.rst --- docs/installation/installation-on-macos.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/installation-on-macos.rst b/docs/installation/installation-on-macos.rst index e87d2edd52..653ca2fa5a 100644 --- a/docs/installation/installation-on-macos.rst +++ b/docs/installation/installation-on-macos.rst @@ -26,8 +26,8 @@ Installation #. Install CEA backend: #. Open a Terminal console #. Type ``cd Documents/GitHub/CityEnergyAnalyst`` and press ENTER. - #. Type ``CONDA_SUBDIR=osx-64 mamba env create -f environment.yml`` and press ENTER. - #. Type ``mamba activate cea`` and press ENTER. + #. Type ``CONDA_SUBDIR=osx-64 micromamba env create -f environment.yml`` and press ENTER. + #. Type ``mircomamba activate cea`` and press ENTER. #. Type ``pip install -e .`` and press ENTER *(mind the dot '.'!)*. #. Build the CEA dashboard: #. Type ``cd ..`` and press ENTER, then type ``cd CityEnergyAnalyst-GUI`` and press ENTER. @@ -59,7 +59,7 @@ _________________________ In order to launch the CEA dashboard, you will need to do the following **each time**: #. Open the Terminal -#. Type ``mamba activate cea`` and press ENTER. +#. Type ``micromamba activate cea`` and press ENTER. #. Type ``cea dashboard`` and press ENTER. #. Wait for ``start socketio.run`` to appear (This might 3 min the first time) #. Navigate your Finer to this location (``/Users/your_name/Documents/GitHub/CityEnergyAnalyst-GUI/out/CityEnergyAnalyst-GUI-darwin-*``)