Files
2026-07-13 13:05:14 +08:00

13 lines
403 B
Markdown

---
title: Set up a project
order: 375
---
After [installing the SDK](./install-rerun.md) for your language, set up a project that depends on Rerun. Pick your language:
- [Python](./project-setup/python.md)
- [C++](./project-setup/cpp.md)
- [Rust](./project-setup/rust.md)
Once your project is set up, the [Log and Ingest](./data-in.md) tutorial walks through your first non-trivial recording.