Skip to content

Commit

Permalink
feat(README.md): added section about the examples/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
whitelynx committed Dec 11, 2024
1 parent 6aa0a87 commit 6e66941
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ from spkb.keycaps import sa_double_length, sa_cap
See the sidebar of [the documentation][API docs] for a reference of what's available.


#### Examples

See the example scripts in the `examples/` directory. You can run them by setting `PYTHONPATH` to include the current
directory:
```bash
env PYTHONPATH=$PWD poetry run python examples/stm32_blackpill_mount.py
```


---


Expand Down

0 comments on commit 6e66941

Please sign in to comment.