
get_data:
	bash scripts/get_data.sh

generate_data:
	python scripts/generate_data.py

setup:
	chmod +x scripts/setup.sh
	bash scripts/setup.sh


