Juan Manuel Barra Valdebenito
commited on
Update install.rst
Browse filesupdate urls & fix name pytube to pytube3
- docs/user/install.rst +4 -4
docs/user/install.rst
CHANGED
@@ -7,20 +7,20 @@ This part of the documentation covers the installation of pytube.
|
|
7 |
|
8 |
To install pytube, run the following command in your terminal::
|
9 |
|
10 |
-
$ pip install
|
11 |
|
12 |
Get the Source Code
|
13 |
-------------------
|
14 |
|
15 |
-
pytube is actively developed on GitHub, where the source is `available <https://github.com/
|
16 |
|
17 |
You can either clone the public repository::
|
18 |
|
19 |
$ git clone git://github.com/nficano/pytube.git
|
20 |
|
21 |
-
Or, download the `tarball <https://github.com/
|
22 |
|
23 |
-
$ curl -OL https://github.com/
|
24 |
# optionally, zipball is also available (for Windows users).
|
25 |
|
26 |
Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages by running::
|
|
|
7 |
|
8 |
To install pytube, run the following command in your terminal::
|
9 |
|
10 |
+
$ pip install pytube3
|
11 |
|
12 |
Get the Source Code
|
13 |
-------------------
|
14 |
|
15 |
+
pytube is actively developed on GitHub, where the source is `available <https://github.com/hbmartin/pytube3>`_.
|
16 |
|
17 |
You can either clone the public repository::
|
18 |
|
19 |
$ git clone git://github.com/nficano/pytube.git
|
20 |
|
21 |
+
Or, download the `tarball <https://github.com/hbmartin/pytube3/tarball/master>`_::
|
22 |
|
23 |
+
$ curl -OL https://github.com/hbmartin/pytube3/tarball/master
|
24 |
# optionally, zipball is also available (for Windows users).
|
25 |
|
26 |
Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages by running::
|