

(If mamba is installed, replace conda in command to mamba. Type CONDA_SUBDIR=osx-64 conda env create -name cea and press ENTER.Type cd Documents/GitHub/CityEnergyAnalyst and press ENTER.Open a Terminal console (you can find it in your Mac’s Applications folder).Click Clone, this will take ~ 5 minutes (Size 600MB).Click Clone, this will take ~ 5-10 minutes (Size 1.65 GB).Press Cmd+Shift+O (clone repository) and select the URL tab.Open GitHub Desktop from the start menu.
DOCKER INSTALL MAC OS SPECIFIC VERSION HOW TO
Just open a Terminal console and enter /bin/bash -c "$(curl -fsSL )" Continue on the next section to find out how to interact with CEA. ( Experimental) We have a script that can automate the process below. If you encounter any issues when installing on either, help us report it as an issue on our GitHub page.

This guide SHOULD work for both Intel and Apple Silicon Macs.(Only applicable for Apple Silicon Macs) If at any point during installation or running CEA and it prompts you to install Rosetta, click install.Instructions below will indicate where it is being used. CONDA_SUBDIR=osx-64 will be used when creating the CEA conda environment to support both Intel and Apple Silicon Macs (this will be removed once all dependencies have been ported to ARM).

Name parameter: conda env create -name your-env-name-here If you need to create a conda environment for the CEA that has a specific name (the default is cea) then use the.List of packages (and versions) to install, as well as a definition of the channels to check. This command not only creates an environment, but also reads the environment.yml file, containing a Be sure to USE conda env create NOT conda create familiar to experienced conda users.
