首页 > Windows开发 > 详细

pytube for windows 安装方式

时间:2021-09-07 02:46:28      阅读:20      评论:0      收藏:0      [点我收藏+]

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 .

pytube for windows 安装方式

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!