From e61c3bb78fd29049d473b7dc6a52d10537d1338d Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 2 May 2023 13:28:41 +0200 Subject: [PATCH] Update README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8d24eaf..135ae7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Pulses Pulses is a python module to drive LEDs on RPi using PWM (Pulse Width Modulation) + + +### INSTALL + +1. Clone the repo + + `git clone https://web.mistrali.pw/gitea/musicalbox/pulses.git` + +2. `apt-get install python3-venv` +3. `pip install requirements-dev.txt` +4. `./build.sh` +5. `pip install dist/pulses-0.90-py3-none-any.whl` + + +### CLI tool + +There is a CLI tool, called `pulses` that you can use to test loops and pulses. +Run `pulses -h` to read the usage instructions.