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.
Enter y and you will install gensim on your computer.