Moved to poetry, ready to publish
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user