Project that graphically represents the radiation pattern of acoustic sources.
-
Create virtual environment at project root directory
python3 -m venv .venv
-
Activate virtual environment
source .venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Run main script
python3 main.py