You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
331 B
19 lines
331 B
6 months ago
|
---
|
||
|
title: "Run"
|
||
|
description: "Run your 01"
|
||
|
---
|
||
|
|
||
|
<Info> Make sure that you have navigated to the `software` directory. </Info>
|
||
|
|
||
|
To run 01 with your computer's microphone and speaker, run:
|
||
|
|
||
|
```bash
|
||
|
poetry run 01
|
||
|
```
|
||
|
|
||
|
To use 01 with your <a href="/hardware/01-light">01 Light</a>, run the server:
|
||
|
|
||
|
```bash
|
||
|
poetry run 01 --server
|
||
|
```
|