How to install gensim on windows
问题 Not able to install gensim on windows.Please help me I need to gensim Immediately and tell me installation steps with More details and other software that needs to be installed before it. thanks 回答1: Gensim depends on scipy and numpy.You must have them installed prior to installing gensim.Simple way to install gensim in windows is, open cmd and type pip install -U gensim Or download gensim for windows from https://pypi.python.org/pypi/gensim then run python setup.py test python setup.py