How to install wordcloud library in python

王林
Release: 2020-06-12 10:24:47
Original
9531 people have browsed it

How to install wordcloud library in python

1. First check your python version. The python version I use here is 3.6.1 32-bit, and then select the corresponding package to download;

How to install wordcloud library in python

2. After the download is completed, open cmd and use the pip command to install wheel

pip install wheel
Copy after login

If it prompts that pip is "not an internal command", we need to install pip first.

3. Next install the whl file, first switch to the desktop (the location of the file you downloaded)

cd Desktop
Copy after login

4. Execute the following command to install it

pip install wordcloud-1.3.3-cp36-cp36m-win32.whl
Copy after login

as follows Screenshot of successful installation:

How to install wordcloud library in python

Recommended tutorial: python tutorial

The above is the detailed content of How to install wordcloud library in python. 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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!