Installation

Option 1: installing through pip (Suggested way)

pypi package link

$ pip install vocabulary

If you are behind a proxy

$ pip --proxy [username:password@]domain_name:port install vocabulary

Note

If you get command not found then

$ sudo apt-get install python-pip

should fix that

Option 2: Installing from source

$ git clone https://github.com/prodicus/vocabulary.git
$ cd vocabulary/
$ pip install -r requirements.txt
$ python setup.py install

Upgrade

You can update to the latest version by doing a

$ pip install --upgrade vocabulary

Uninstalling

$ pip uninstall vocabulary