Skip to content

Building a Virtual Environment

Splink uses poetry to track and manage our core dependencies and additionally resolve any package conflicts that these may result in.

A list of the core dependencies used within Splink can be found in pyproject.toml.

To automatically create a simple virtual environment using venv, simply run this script:

source scripts/create_venv.sh