Skip to content

Commit

Permalink
tapo-py: Document maturin develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Aug 31, 2024
1 parent ff30406 commit 16e2739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ await device.on()

```bash
cd tapo-py
poetry install
poetry install # On the initial run
poetry shell
maturin develop # On the initial run and whenever the Rust code is modified

export TAPO_USERNAME=
export TAPO_PASSWORD=
Expand Down

0 comments on commit 16e2739

Please sign in to comment.