modified installation instructions to use pip.
Browse files
README.md
CHANGED
@@ -6,18 +6,12 @@ Downloading videos from YouTube shouldn't require some bloatware application,
|
|
6 |
it's usually a niche condition you want to do so in the first place. So I
|
7 |
Prsent to you, PyTube!
|
8 |
|
9 |
-
## Installation from Git
|
10 |
-
First you will need to clone the git repo:
|
11 |
|
12 |
-
```
|
13 |
-
$ git clone https://github.com/NFicano/python-youtube-download.git
|
14 |
-
```
|
15 |
-
|
16 |
-
Now we can install from the repo:
|
17 |
|
|
|
|
|
18 |
```
|
19 |
-
$
|
20 |
-
$ python setup.py install # may need to be root
|
21 |
```
|
22 |
|
23 |
### Background
|
|
|
6 |
it's usually a niche condition you want to do so in the first place. So I
|
7 |
Prsent to you, PyTube!
|
8 |
|
|
|
|
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
+
## Installation
|
12 |
+
To install requests, simply:
|
13 |
```
|
14 |
+
$ pip install pytube
|
|
|
15 |
```
|
16 |
|
17 |
### Background
|