Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ PyP100 can be installed using the package manager [pip](https://pip.pypa.io/en/s
```bash
pip install git+https://github.com/almottier/TapoP100.git@main
```

> **Note:** If you previously installed PyP100 from another source, use `--force-reinstall` to ensure you get this version:
> [!NOTE]
> If you previously installed PyP100 from another source, use `--force-reinstall` to ensure you get this version:
> ```bash
> pip install --force-reinstall git+https://github.com/almottier/TapoP100.git@main
> ```
Expand Down
Loading