Juan Manuel Barra Valdebenito commited on
Commit
b3c85a9
·
unverified ·
1 Parent(s): b62550e

Update install.rst

Browse files

update urls & fix name pytube to pytube3

Files changed (1) hide show
  1. 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 pytube
11
 
12
  Get the Source Code
13
  -------------------
14
 
15
- pytube is actively developed on GitHub, where the source is `available <https://github.com/nficano/pytube>`_.
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/nficano/pytube/tarball/master>`_::
22
 
23
- $ curl -OL https://github.com/nficano/pytube/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::
 
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::