Files
rerun-io--rerun/docs/content/getting-started/project-setup/python.md
T
2026-07-13 13:05:14 +08:00

385 B

title, order
title order
Set up a Python project 100

You should have already installed the Python SDK.

A Python project doesn't require any setup beyond having rerun-sdk available. Open your editor of choice, create a new file, and import Rerun:

import rerun as rr

You're now ready to follow the Log and Ingest tutorial.