Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8241796

Browse files
committed
Updated homepage
Added direct links to Linux/Mac/Windows installers
1 parent 8dc669d commit 8241796

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,25 @@ Streamlink is a fork of the [livestreamer](https://github.com/chrippa/livestream
1313

1414
Streamlink can be installed either via: `pip` or manually via `python setup.py install`.
1515

16-
Pip:
16+
**Python Pip:**
1717
```
1818
sudo pip install streamlink
1919
```
20+
Note: For Windows, omit "sudo"
2021

21-
Manually:
22+
**Python Manually:**
2223
```
2324
git clone https://github.com/streamlink/streamlink
2425
sudo python setup.py install
2526
```
2627

28+
**Windows/Mac/Linux:**
29+
30+
- [Mac OSX Terminal](https://streamlink.github.io/install.html#other-platforms)
31+
32+
- [Windows Binaries](https://streamlink.github.io/install.html#windows-binaries)
33+
34+
- [Linux and BSD Packages](https://streamlink.github.io/install.html#linux-and-bsd-packages)
2735

2836
# Features
2937

0 commit comments

Comments
 (0)