grantbuster / nrel_p3

NREL Personal Project Planning (P3)

Home Page:https://grantbuster.github.io/nrel_p3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Clone the repo: git clone git@github.com:grantbuster/nrel_p3.git
  2. Create nrel_p3 environment and install package
    1. Create a conda env: conda create -n p3
    2. Run the command: conda activate p3
    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 nrel_p3 and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)

About

NREL Personal Project Planning (P3)

https://grantbuster.github.io/nrel_p3/


Languages

Language:Python 100.0%