Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-keros committed Sep 17, 2023
1 parent 8d224d1 commit 3820624
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions en-eng/Plugin_Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ Since version 6.3, it is now possible to update the plugin form the plugin admin

### Manually

* Go in your DomoticZ directory using a command line and open the plugins directory then the Domoticz-Zigate-Plugin directory.
* Go in your DomoticZ directory using a command line and open the plugins directory then the DZigBeeForDomoticZ-Plugin directory.

* Run: `git pull; git submodule update --init --recursive`
* Run the commands :

```bash
git pull
sudo python3 -m pip install -r requirements.txt --upgrade
```

__Note :__ Since version 6, the git pull is no longer enough.

Expand Down
7 changes: 6 additions & 1 deletion fr-fr/Plugin_Mise-a-jour.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ __ATTENTION:__ si vous n'êtes pas encore en Version 7, merci de suivre cette pr

* Ouvrir un terminal et aller jusqu'au répertoire du Plugin ZigBeeForDomoticZ (généralement c'est '/home/pi/domoticz/plugins/Domoticz-Zigbee')

* Lancer la commande `git submodule update --init --recursive`
* Lancer les commandes :

```bash
git pull
sudo python3 -m pip install -r requirements.txt --upgrade
```

__Note :__ Depuis la version 6, le git pull n'est plus suffisant.

Expand Down

0 comments on commit 3820624

Please sign in to comment.