Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 565 Bytes

building_env_locally.md

File metadata and controls

10 lines (7 loc) · 565 Bytes

Building a virtual environment for Splink

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