You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# <strong>Raspberry Pi CD Player </Strong> (in python)
1
+
# <strong>Raspberry Pi CD Player </Strong> <sub>(in python)</sub>
2
2
A simple and very lightweight cd player written in python (using vlc) made for raspberry pi (in my case Rpi 3b+, but it uses ~1.5% Cpu) with 1602 lcd and six buttons.
3
3
4
4
## Why i made it?
@@ -16,7 +16,7 @@ Some time ago i made an amplifier using tpa3116 (i will put the shematic someday
16
16
<ul>
17
17
<li>Pip</li>
18
18
<ul>
19
-
<li>pycdio</li>
19
+
<li>pycdio (❗ I couldn't install it on windows idk why, on linux on rpi it installed flawlessy)</li>
20
20
<li>setuptools </li>
21
21
<li>pytest </li>
22
22
<li>gpep517 </li>
@@ -35,7 +35,7 @@ Some time ago i made an amplifier using tpa3116 (i will put the shematic someday
35
35
<li>swig</li>
36
36
<li>cython</li>
37
37
<li>libdiscid0-dev</li>
38
-
<li>python3-pip</li>
38
+
<li>python3-pip (I assume that python is already installed by default)</li>
0 commit comments