Quickstart

This guide will get you all set up and ready to use the Pyramid Framework.

Clone the Pyramid Framework

git clone https://github.com/pyramidpy-os/pyramid.git

Install dependencies.

We recommend using uv to manage your dependencies.

cd pyramid
uv venv
source venv/bin/activate
uv sync

Run a local server

fastapi dev 

What's next?

Was this page helpful?