13 lines
403 B
Markdown
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.
|