Installation
NOTE: If you are installing ELM to run ordinance scraping and extraction, see the ordinance-specific installation instructions.
Option #1 (basic usage):
pip install NREL-elm
Option #2 (developer install):
from home dir,
git clone git@github.com:NREL/elm.git- Create
elmenvironment and install package Create a conda env:
conda create -n elmRun the command:
conda activate elmcdinto the repo cloned in 1.Prior to running
pipbelow, make sure the branch is correct (install from main!)Install
elmand its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)
- Create