From b085162aa40e6917be557e0ae494bde1744d1b1b Mon Sep 17 00:00:00 2001 From: RandomOutcome <90510868+RandomOutcome@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:11:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9f9e2..406c8f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is used in [Domoticz plugin project](https://github.com/RandomOutcome/Domot Not yet published to PyPI (will be ```pip install plugp100-3.9```) *Temporary method - a bit of a hack:* -- Install [plugp100](https://github.com/petretiandrea/plugp100) as the non-root user follow instructions in the link but use ```python3.x pip install --user```, where **x** is 8 or 9 depending on python version used +- Install [plugp100](https://github.com/petretiandrea/plugp100) as the non-root user follow instructions in the link but use ```python3.x -m pip install --user```, where **x** is 8 or 9 depending on python version used - This resolves dependencies and installs a baseline version of plugp100 into the user's PyPi site-packages directory - Download zip file of [Domoticz plugin project](https://github.com/RandomOutcome/Domoticz-Tapo-P100-Plugin) and unzip to a temporary location (e.g. ```/tmp/```) - Copy (best using cp -a) the contents of ```/tmp/plugp100/``` into ```/home/[username]/.local/lib/python3.x/site-packages/plugp100/```, where **x** is 8 or 9 depending on python version used