Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Installation

FASTSim is available as a package for use in Python 3.10 through 3.15.

For the quickest start, install from PyPI. Install from source if you are developing FASTSim or need unreleased changes.

In an active Python environment, run:

pip install fastsim

This will install the latest release of FASTSim as a Python package.

See Next Steps for further resources.

Install from Source (advanced)

First, clone the repository:

git clone https://github.com/NatLabRockies/fastsim.git
cd fastsim

Then, install Rust and build FASTSim. FASTSim’s backend is written entirely in Rust, so it is required to build from source.

For more detail on developer builds or alternate pixi environments, see Environment Setup.

Next Steps

See the following resources:

A high-level overview showing how to load pre-defined vehicles, run simulations, and inspect results.

User Guide:

Define and configure vehicle models

Work with built-in and custom cycles

Execute simulations and inspect results