Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc669d commit 8241796Copy full SHA for 8241796
1 file changed
README.md
@@ -13,17 +13,25 @@ Streamlink is a fork of the [livestreamer](https://github.com/chrippa/livestream
13
14
Streamlink can be installed either via: `pip` or manually via `python setup.py install`.
15
16
-Pip:
+**Python Pip:**
17
```
18
sudo pip install streamlink
19
20
+Note: For Windows, omit "sudo"
21
-Manually:
22
+**Python Manually:**
23
24
git clone https://github.com/streamlink/streamlink
25
sudo python setup.py install
26
27
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)
35
36
# Features
37
0 commit comments