Installing
- 
2. Installing DependenciesNext to Install Needed Packages. sudo apt install git meson python3-pip libcairo2-dev libgirepository1.0-dev libglib2.0-dev libdazzle-1.0-dev gir1.2-gtksource-3.0 gir1.2-appindicator3-0.1 python3-gi-cairo appstream-util 
- 
3. Installing GreenWithEnvyThen to Install GreenWithEnvy App on Ubuntu 19.04 
 First, Clone the Git Repository:cd && cd Downloads git clone --recurse-submodules -j4 https://gitlab.com/leinardi/gwe.git Change to the Target directory: cd gwe Check for Updates: git checkout release Next Install the required Python modules: sudo pip3 install -r requirements.txt And Finally, Built and Install it: meson . build --prefix /usr ninja -v -C build sudo ninja -v -C build install All the Setup is quite Quick and Straightforward… 
Contents
