fastsim 0.1.0a36

Get started

Inspect configuration before launching a backend, with machine-readable evidence at every step.

01Get the source

TERMINAL
git clone https://github.com/FastSim-Benchmark/FastSim.git
cd FastSim

02Create an environment

TERMINAL
python3.11 -m venv fastsim-dev
source fastsim-dev/bin/activate
python -m pip install -e '.[dev]'

03Validate configuration

TERMINAL
fastsim config validate examples/quickstart/run.yaml --json
fastsim config expand examples/quickstart/run.yaml

04Launch a Run

TERMINAL
fastsim run examples/quickstart/run.yaml --duration 2 --json