Skip to content

Commit

Permalink
Merge pull request #4 from lboue/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tannewt authored Oct 7, 2024
2 parents fe9d209 + 58f6f3b commit ded50ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ You do not need to pay anything or be a member organization.
CircuitMatter is currently developed in CPython 3.12, the de facto implementation written in C. It is designed with minimal dependencies so that it can also be used on CircuitPython on microcontrollers.

### Requirements
After cloning the repo, install dependencies:
```shell
pip install cryptography ecdsa qrcode
```

After cloning the repo, pip install `ecdsa`, `cryptography` and `qrcode`.
This project is based on [avahi tools](https://avahi.org). It must therefore be installed for it to work properly.
```shell
sudo apt-get install avahi-utils
Expand Down

0 comments on commit ded50ef

Please sign in to comment.