Installation#
Option 1: Install from PIP or Conda (recommended for analysts):#
- Create a new environment:
conda create --name farms
- Activate directory:
conda activate farms
- Install farms:
pip install NREL-farms
orconda install nrel-farms --channel=nrel
Option 2: Clone repo (recommended for developers)#
- Create
farms
environment and install package Create a conda env:
conda create -n farms
Run the command:
conda activate farms
cd into the repo cloned in 1.
prior to running
pip
below, make sure the branch is correct (install from master!)Install
farms
and its dependencies by running:pip install .
(orpip install -e .
if running a dev branch or working on the source code)
- Create