Skip to content

Commit a6802d6

Browse files
authored
Update README.md
little changes, added info to pycdio
1 parent 924fd5c commit a6802d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>
22
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.
33

44
## Why i made it?
@@ -16,7 +16,7 @@ Some time ago i made an amplifier using tpa3116 (i will put the shematic someday
1616
<ul>
1717
<li>Pip</li>
1818
<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>
2020
<li>setuptools </li>
2121
<li>pytest </li>
2222
<li>gpep517 </li>
@@ -35,7 +35,7 @@ Some time ago i made an amplifier using tpa3116 (i will put the shematic someday
3535
<li>swig</li>
3636
<li>cython</li>
3737
<li>libdiscid0-dev</li>
38-
<li>python3-pip</li>
38+
<li>python3-pip (I assume that python is already installed by default)</li>
3939
<li>vlc</li>
4040
</ul>
4141
<li>Useful links</li>

0 commit comments

Comments
 (0)