Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coxifred committed Oct 26, 2024
1 parent 776208b commit 5491bb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,20 @@ docker-compose up

# Docker installation ARM (Raspberry)

```bash
git clone https://github.com/coxifred/pimpMySuperWatt.git
cd pimpMySuperWatt
docker-compose -f docker-compose-arm.yml up
```

> To do.
# Installation without `Docker` (You have to manage yourself `Grafana` and `InfluxDb` installations)

> Please use python 3.9.18 (i had trouble with fresh versions)
> Some packages need to be installed on your linux/unix distribution: `gcc linux-headers libc-dev musl-dev bash`
```bash
git clone https://github.com/coxifred/pimpMySuperWatt.git
cd pimpMySuperWatt
Expand Down

0 comments on commit 5491bb6

Please sign in to comment.