https://sparkbyexamples.com/pyspark/how-to-install-and-run-pyspark-on-windows/
- conda activate <your_python_env>
- pip install -r requirements.txt
- conda activate <your_python_env>
- python main.py (from project root folder)
https://sparkbyexamples.com/pyspark/how-to-install-and-run-pyspark-on-windows/