Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantbuster/nrel_p3
NREL Personal Project Planning (P3)
https://github.com/grantbuster/nrel_p3
Last synced: about 1 month ago
JSON representation
NREL Personal Project Planning (P3)
- Host: GitHub
- URL: https://github.com/grantbuster/nrel_p3
- Owner: grantbuster
- Created: 2024-04-19T16:24:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T16:50:41.000Z (8 months ago)
- Last Synced: 2024-10-14T03:07:03.351Z (3 months ago)
- Language: Python
- Homepage: https://grantbuster.github.io/nrel_p3/
- Size: 6.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
***********************************
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
==================.. inclusion-install
#. Clone the repo: ``git clone [email protected]:grantbuster/nrel_p3.git``
#. Create ``nrel_p3`` environment and install package
a) Create a conda env: ``conda create -n p3``
b) Run the command: ``conda activate p3``
c) ``cd`` into the repo cloned in 1.
d) Prior to running ``pip`` below, make sure the branch is correct (install
from main!)
e) 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)