File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,25 @@ Right now it's more or less a proof of concept with little to no features.
5
5
6
6
![ Draft] ( images/draft_animated.gif )
7
7
8
- # Dependencies
8
+ # Installation
9
9
10
- A recent version of Python 3 (3.5 and above), ` pyglet ` , ` numpy ` and (of course) PulseAudio are required.
11
- Both ` pyglet ` and ` numpy ` should be part of the official repositories for all major Linux distributions.
12
- Alternatively they can be installed via ` pip3 ` :
10
+ pulseviz can be installed via ` pip3 ` :
13
11
14
12
``` sh
15
- pip3 install -r requirements.txt
13
+ # System wide...
14
+ sudo pip3 install git+https://github.com/pckbls/pulseviz.git
15
+
16
+ # ...or only for the current user
17
+ pip3 install --user git+https://github.com/pckbls/pulseviz.git
16
18
```
17
19
18
- # How to use
20
+ # Usage
19
21
20
- pulseviz requires you to choose from an audio source and a visualizer type:
22
+ pulseviz requires you to choose an audio source and a visualizer type:
21
23
22
24
```
23
- $ ./ pulseviz.py
24
- Usage: ./ pulseviz.py <source> <visualizer>
25
+ $ pulseviz
26
+ Usage: pulseviz <source> <visualizer>
25
27
26
28
Available sources:
27
29
alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
You can’t perform that action at this time.
0 commit comments