mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Migrate from poetry to uv for dependency and package management (#986)
This commit is contained in:
@@ -20,11 +20,12 @@ You can install the most recent release using pip:
|
||||
pip install python-kasa
|
||||
```
|
||||
|
||||
Alternatively, you can clone this repository and use poetry to install the development version:
|
||||
Alternatively, you can clone this repository and use `uv` to install the development version:
|
||||
```
|
||||
git clone https://github.com/python-kasa/python-kasa.git
|
||||
cd python-kasa/
|
||||
poetry install
|
||||
uv sync --all-extras
|
||||
uv run kasa
|
||||
```
|
||||
|
||||
If you have not yet provisioned your device, [you can do so using the cli tool](https://python-kasa.readthedocs.io/en/latest/cli.html#provisioning).
|
||||
|
Reference in New Issue
Block a user