Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 975 Bytes

File metadata and controls

31 lines (20 loc) · 975 Bytes

Stochastic Planning Inputs Tool

Stochastic Planning Inputs Tool (SPI-Tool), pronounced “spy tool”, is a desktop application that helps electric system resource planners analyze and characterize the uncertainty in resource planning inputs.

Install

Download precompiled distributable from the releases and run the executable.

Alternatively, if you want to build from source, you can following the following instructions:

  1. Install uv:
# macos
curl -LsSf https://astral.sh/uv/install.sh | sh

# windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Run the dashboard:
uv run spi-tool dashboard
  1. See Manual for more details: SPI-Tool Manual