Installation

NOTE: If you are installing ELM to run ordinance scraping and extraction, see the ordinance-specific installation instructions.

Option #1 (basic usage):

  1. pip install NREL-elm

Option #2 (developer install):

  1. from home dir, git clone git@github.com:NREL/elm.git

  2. Create elm environment and install package
    1. Create a conda env: conda create -n elm

    2. Run the command: conda activate elm

    3. cd into the repo cloned in 1.

    4. Prior to running pip below, make sure the branch is correct (install from main!)

    5. Install elm and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)