Skip to content

Commit 0fd9d96

Browse files
authored
Update README.md
1 parent 5e46185 commit 0fd9d96

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ All tools input and output a standardized mono audio signal that represents thei
77
## Quickstart
88

99
```bash
10-
git clone https://github.com/pirate/mac-hardware-toys
11-
cd mac-hardware-toys
12-
13-
uv sync
14-
source .venv/bin/activate
10+
pip install mac-hardware-toys
1511

1612
### Examples
1713

@@ -258,6 +254,16 @@ accelerometer \
258254
- `fan-speed` uses AppleSMC private IOKit APIs on Apple Silicon; writing fan targets typically requires `sudo`.
259255
- `frequency-shift` is intentionally lightweight and artifact-prone at extreme factors.
260256

257+
### Development Setup
258+
259+
```python
260+
git clone https://github.com/pirate/mac-hardware-toys
261+
cd mac-hardware-toys
262+
263+
uv sync
264+
source .venv/bin/activate
265+
```
266+
261267
## Stdio Audio Format
262268

263269
All stream tools read/write:

0 commit comments

Comments
 (0)