Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Jan 11, 2024
2 parents 8da468c + 8a3f888 commit 8a3c1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/installation-on-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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-*``)
Expand Down

0 comments on commit 8a3c1fc

Please sign in to comment.