Home > Backend Development > Python Tutorial > what is python setup

what is python setup

藏色散人
Release: 2019-06-22 10:47:44
Original
14549 people have browsed it

what is python setup

setup.py is a python file that usually tells you that the module/package you want to install has been packaged and distributed with Distutils, which is the standard for distributing Python modules.

This allows you to easily install Python packages, usually it is enough to write:

python setup.py install
Copy after login

and the module will install itself.

Note:

Python is an interpreted, object-oriented, dynamic data type high-level programming language.

Python was invented by Guido van Rossum at the end of 1989, and the first public release was released in 1991.

Like the Perl language, Python source code also follows the GPL (GNU General Public License) agreement.

Related recommendations: "Python Tutorial"

The above is the detailed content of what is python setup. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template