Skip to content

Emerge

Modern tool for exploring and performing DER impact assessment for power distribution networks.

GitHub all releases GitHub repo size CodeFactor Grade GitHub license GitHub issues GitHub top language


Installation Instruction

In order to use EMERGE you would need to install two softwares python (>3.9) and latest stable version of Node. Assuming both of them are already installed. You can follow following steps.

The commands below should work if you are using windows command prompt. However if you are using mac or linux you would need to slightly adjust the command to activate environment use source env/bin/activate instead of env\Scripts\activate.bat everything else should work in all OS platforms. Here is a link where you can read more about creating virtual environment in python https://docs.python.org/3/library/venv.html .

mkdir emerge_test
cd emerge_test
python3 -m venv env
env\Scripts\activate.bat
git clone https://github.com/NREL/emerge.git
cd emerge
pip install -e.

Assuming your current directory points to root of cloned emerge repositoty you can run the following commands to install npm dependencies.

cd emerge/emerge_web
npm install