chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Set up a Python project
|
||||
order: 100
|
||||
---
|
||||
|
||||
You should have already [installed the Python SDK](../install-rerun/python.md).
|
||||
|
||||
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:
|
||||
|
||||
```python
|
||||
import rerun as rr
|
||||
```
|
||||
|
||||
You're now ready to follow the [Log and Ingest](../data-in.md) tutorial.
|
||||
Reference in New Issue
Block a user