Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 509 Bytes

ENERGY

Energy, Grid, Storage, Generation, Market Analysis!

Environment Setup

Follow these steps to set up your environment:

  1. Navigate to the github project directory
  2. Create a virtual environment (recommended for running analysis files): python -m venv env
  3. Activate the virtual environment:
    • On Windows:
    env\Scripts\activate
    
    • On Unix or MacOS:
    source env/bin/activate
    
  4. Install the required packages: pip install -r requirements.txt