Haller_Lanzlinger_IMP_Video.mp4
Welcome to the pysoundlocalization
library! This guide will help you set up a virtual environment and install the library in editable mode so you can start working with it seamlessly.
Make sure you have Python installed on your system. We recommend using Python 3.12 or higher.
A virtual environment helps manage dependencies and ensures your project is isolated from other Python projects on your system.
-
Navigate to your project directory (where you cloned or created the
pysoundlocalization
repository):cd path/to/IMP
-
Create a Virtual Environment
python -m venv venv
-
Activate the Virtual Environment
source venv/bin/activate
-
Install the library requirements
pip install -r requirements.txt
For a quick overview, see Demo.