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