# Python quick start
## Installing the Rerun SDK
The Rerun SDK is available on [PyPI](https://pypi.org/) under the
[`rerun-sdk`](https://pypi.org/project/rerun-sdk/) name. It can be installed like any other
Python package:
```sh
pip install rerun-sdk
```
## Logging your own data
Copy and paste the following snippet in a new Python file and execute it to create a new recording in this viewer:
```python
${EXAMPLE_CODE_PYTHON_CONNECT}
```
This will open a new recording that looks like this:

${HOW_DOES_IT_WORK}