Skip to content

Commit 0cef115

Browse files
committed
Update README.md
1 parent 620aed7 commit 0cef115

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,25 @@ Right now it's more or less a proof of concept with little to no features.
55

66
![Draft](images/draft_animated.gif)
77

8-
# Dependencies
8+
# Installation
99

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`:
1311

1412
```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
1618
```
1719

18-
# How to use
20+
# Usage
1921

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:
2123

2224
```
23-
$ ./pulseviz.py
24-
Usage: ./pulseviz.py <source> <visualizer>
25+
$ pulseviz
26+
Usage: pulseviz <source> <visualizer>
2527
2628
Available sources:
2729
alsa_output.pci-0000_00_1b.0.analog-stereo.monitor

0 commit comments

Comments
 (0)