Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomOutcome committed Oct 11, 2023
1 parent c6d87ec commit b085162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b085162

Please sign in to comment.