Skip to content

Commit

Permalink
Simplify install from git instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Feb 16, 2023
1 parent 53a1c52 commit 90d3f45
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ The most recent release can be installed using `pip`:

Alternatively, you can install the latest development version from GitHub:

git clone https://github.com/rytilahti/python-miio.git
cd python-miio
poetry install
poetry run miiocli # or use `poetry shell` to enter the virtualenv
pip install git+https://github.com/rytilahti/python-miio.git

**This project is currently ongoing [a major refactoring effort](https://github.com/rytilahti/python-miio/issues/1114).
If you are interested in controlling modern (MIoT) devices, you want to use the git master until version 0.6.0 is released.**
If you are interested in controlling modern (MIoT) devices, you want to use the git version until version 0.6.0 is released.**

## Getting started

Expand Down

0 comments on commit 90d3f45

Please sign in to comment.