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-*``)