Run in your terminal (recommended):
pip install --upgrade gensim
or, alternatively for conda environments:
conda install -c conda-forge gensim
That's it! Congratulations, you can proceed to the tutorials.
In case that failed, make sure you're installing into a writeable location.
Gensim runs on Linux, Windows and Mac OS X, and should run on any other platform that supports Python 2.7 or 3.5+ and NumPy. Gensim depends on the following software:
Gensim uses continuous integration, automatically running a full test suite on each pull request with
CI service | Task | Build badge |
---|---|---|
Travis | Run tests on Linux and check code-style | |
AppVeyor | Run tests on Windows | |
CircleCI | Build documentation |
Use the Gensim discussion group for questions and troubleshooting. See the support page for commercial support.