Skip to content

Virtual Environment Setup and Activation

Linnea Kirby edited this page Aug 13, 2025 · 1 revision

Virtual Environment Setup

  1. Open a terminal in the /linkedmusic-datalake folder.
  2. Run poetry install to install the required packages.

Virtual Environment Activation

Activate the virtual environment with eval $(poetry env activate).

Clone this wiki locally