pytube for windows 安装方式

时间:2021-09-07 02:46:28   收藏:0   阅读:20

Installation of pytube

This guide assumes you already have python and pip installed.

To install pytube, run the following command in your terminal:

$ pip install pytube

Get the Source Code

pytube is actively developed on GitHub, where the source is available.

You can either clone the public repository:

$ git clone git://github.com/pytube/pytube.git

Or, download the tarball:

$ curl -OL https://github.com/pytube/pytube/tarball/master
# optionally, zipball is also available (for Windows users).

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:

$ cd pytube
$ python -m pip install .

原文:https://www.cnblogs.com/lishidefengchen/p/15232693.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!