Home  >  Article  >  Backend Development  >  How to install jieba library in python

How to install jieba library in python

藏色散人
藏色散人Original
2019-07-01 11:29:5613146browse

How to install jieba library in python

How to install jieba library in python?

How to install jieba library in python:

1. Download jieba-0.39 from https://pypi.org/project/jieba/#files. zip

2. Unzip to the python installation directory

3.cmd switch to the unzip directory

4.python setup.py install

How to install jieba library in python

5. Test import jieba, the installation is successful without reporting an error

How to install jieba library in python

Related recommendations: "Python Tutorial"

The above is the detailed content of How to install jieba library in python. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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