2. Download Packages and Model
The following steps configure your system to have the correct Linux packages, download the model from Github, and set up your virtual environment.
Linux and WSL
- Download necessary packages to the console.
sudo apt-get update sudo apt-get install git sudo apt-get install build-essential sudo apt-get install python3-venv
Mac
- Download necessary packages to the console
brew update brew install git brew install build-essential brew install python3-venv
All Operating Systems
- Download the ECHO-AIR Model and navigate to the directory created during cloning.
git clone https://github.com/echo-air-model/echo-air.git cd echo-air ls
If this worked successfully, you should see the following. Note that the green text should say [your_name]@[machine_name]
screenshot