Moved to poetry, ready to publish

This commit is contained in:
2024-05-04 11:11:41 +02:00
parent 5a2ad122f5
commit ffb476c587
4 changed files with 6 additions and 34 deletions

View File

@ -6,12 +6,11 @@ Pulses is a python module to drive LEDs on RPi using PWM (Pulse Width Modulation
1. Clone the repo
`git clone https://web.mistrali.pw/gitea/musicalbox/pulses.git`
`https://gitea.mistrali.pw/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`
4. `poetry build`
5. `pip install dist/pulses-<version>-py3-none-any.whl`
### GPIO and PWM