Installation

To install the vocabuilder script, ensure that you have Python version 3.10 or higher.

From PyPI

$ pip install vocabuilder

From GitHub

  • Download the git source:

$ git clone --depth=1 https://github.com/hakonhagland/vocabuilder.git
$ cd vocabuilder
$ python -m venv .venv  # optionally create venv
$ source .venv/bin/activate
$ pip install .

Note

On Windows (powershell) type .\.venv\Scripts\Activate.ps1 to activate the venv

Note

For development installation from GitHub see: Development