NREL Personal Project Planning (P3)
Code for doing personal project planning for NREL projects using workday and pricing tool exports.
See the example here to get started.
Installing nrel_p3
Clone the repo:
git clone git@github.com:grantbuster/nrel_p3.git- Create
nrel_p3environment and install package Create a conda env:
conda create -n p3Run the command:
conda activate p3cdinto the repo cloned in 1.Prior to running
pipbelow, make sure the branch is correct (install from main!)Install
nrel_p3and its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)
- Create