Skip to content

Installation

Installation of wn2vec environment

To install package from PyPI locally:

  • create a virtual environment
  • pip-install the build package
  • do a local build

Then we can use the scripts in the 'scripts' subdirectory with the wn2vec package to run the rest of the files

This is how to build install wn2vec locally

python3 -m venv venv
source venv/bin/activate
pip install .