Skip to content

Commit

Permalink
Add more installation instructions (#188)
Browse files Browse the repository at this point in the history
* Add more installation instructions
  • Loading branch information
Bouni authored Nov 3, 2024
1 parent f5c48bf commit 7a0eda7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ pip install luxtronik
Afterwards the module can be used like any other Python module, i.e. it can
be imported via `import luxtronik` from your Python scripts.

If you want to install the latest version from the git repo you can do that
with the following command:

```shell
pip install git+https://github.com/Bouni/python-luxtronik.git@main
```

## DOCUMENTATION

There is no automatically rendered documentation of this library available yet,
Expand Down

0 comments on commit 7a0eda7

Please sign in to comment.