Skip to content

Commit 08d1b7b

Browse files
committed
Update Readme for pip
1 parent 6fb4e06 commit 08d1b7b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,22 @@ Requires Python 3.8 or newer.
1616
2) Install the dependancies with:
1717

1818
```
19-
$ pip install -r requirements.txt
19+
$ pip install beetstream
2020
```
2121

22-
3) Add the folder to your path (probably in `~/.bashrc` or `~/.zshrc`):
23-
```
24-
export PYTHONPATH="${PYTHONPATH}:/home/username/Beetstream"
25-
```
26-
27-
4) Enable the plugin for Beets in your config file `~/.config/beets/config.yaml`:
22+
3) Enable the plugin for Beets in your config file `~/.config/beets/config.yaml`:
2823
```yaml
2924
plugins: beetstream
3025
```
3126
32-
5) **Optional** You can change the host and port in your config file `~/.config/beets/config.yaml`. Here are the default values:
27+
4) **Optional** You can change the host and port in your config file `~/.config/beets/config.yaml`. Here are the default values:
3328
```yaml
3429
beetstream:
3530
host: 0.0.0.0
3631
port: 8080
3732
```
3833

39-
6) Run with:
34+
5) Run with:
4035
```
4136
$ beet beetstream
4237
```
@@ -49,7 +44,12 @@ There is currently no security whatsoever. You can put whatever user and passwor
4944

5045
### Server and Port
5146

52-
Currently runs on port `8080`. i.e: `https://192.168.1.10:8080`.
47+
Currently runs on port `8080`. i.e: `https://192.168.1.10:8080`. You can configure it in `~/.config/beets/config.yaml`. Defaults are:
48+
```yaml
49+
beetstream:
50+
host: 0.0.0.0
51+
port: 8080
52+
```
5353

5454
## Supported Clients
5555

0 commit comments

Comments
 (0)