viawind is an open-source Python Package for Visual Impact Assessment (VIA) of Onshore Wind Turbines.
Step 1: Clone the repository
Step 2: Change the directory to viawind folder
Step 3: Install environment.yml to install dependencies using Conda
Step 4: Activate the Conda environment
Step 5: Launch Jupyter Notebook from the terminal (Mac) or Anaconda prompt (Windows)
git clone https://github.com/Sidrcs/viawind.git
cd <directory_path>
conda env create -f environment.yml
conda activate viawind
jupyter-notebook