12 lines
304 B
Markdown
12 lines
304 B
Markdown
## Installing PiPedal
|
|
|
|
### Install for Ubuntu or Rasbian (64-bit)
|
|
|
|
Download the most [recent Debian package ](https://github.com/rerdavies/pipedal/releases/download/v0.1.1.alpha.1/pipedal_0.1.1_arm64.deb) (.deb) file.
|
|
|
|
Install the package by running
|
|
|
|
```
|
|
sudo dpkg install pipedal_0.1.1_arm64.deb
|
|
```
|