Installation
Option 1: Install from PIP or Conda (recommended for analysts):
- Create a new environment:
 conda create --name nrwal
- Activate directory:
 conda activate nrwal
- Install reVX:
 pip install NREL-NRWALorconda install nrel-nrwal --channel=nrel
Option 2: Clone repo (recommended for developers)
- from home dir, 
git clone https://github.com/NREL/NRWAL.git enter github username
enter github password
- from home dir, 
 - Create 
NRWALenvironment and install package Create a conda env:
conda create -n nrwalRun the command:
conda activate nrwalcd into the repo cloned in 1.
prior to running
pipbelow, make sure the branch is correct (install from master!)Install
NRWALand its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)
- Create