Skip to content

Commit

Permalink
installation in case of pip and virtual environment #63
Browse files Browse the repository at this point in the history
  • Loading branch information
roe-dl committed Jul 14, 2024
1 parent f46d3a1 commit 7d134a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,20 @@ Installation unter WeeWX bis Version 4.X:
sudo wee_extension --install weewx-dwd.zip
```

Installation unter WeeWX ab Version 5.0:
Installation unter WeeWX ab Version 5.0 bei WeeWX als Paketinstallation:

```shell
sudo weectl extension install weewx-dwd.zip
```

Installation unter WeeWX ab Version 4.0 bei WeeWX als pip-Installation in eine
virtuelle Umgebung:

```shell
source ~/weewx-venv/bin/activate
weectl extension install weewx-dwd.zip
```

Manuelle Installation:

Packen Sie die ZIP-Datei aus.
Expand Down

0 comments on commit 7d134a2

Please sign in to comment.