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-NRWAL
orconda 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
NRWAL
environment and install package Create a conda env:
conda create -n nrwal
Run the command:
conda activate nrwal
cd into the repo cloned in 1.
prior to running
pip
below, make sure the branch is correct (install from master!)Install
NRWAL
and its dependencies by running:pip install .
(orpip install -e .
if running a dev branch or working on the source code)
- Create