Install Python Gensim with Anaconda on Windows 10: A Beginner Guide – Gensim Tutorial

By | October 30, 2019

Gensim is an open python library for nature language processing. To use it, you should install firstly. In this tutorial, we will introduce how to install gensim using anaconda on windows 10.

Open cmd prompt and activate python 3.x environment

As to us, the name of python 3.x environment is called py3. We should activate it firstly.

activate py3

Install gensim with anaconda

We can use conda command to do:

conda install -c conda-forge gensim

Then you will find some python packages will be installed.

conda install gensim

Enter y and you will install gensim on your computer.

Leave a Reply