From 8ff9ddc08b2a40f6244bac5afaa95df12e7fb543 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 3 Jan 2025 19:31:35 +0530 Subject: [PATCH] Update README.md --- bootcamp/materials/3-spark-fundamentals/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootcamp/materials/3-spark-fundamentals/README.md b/bootcamp/materials/3-spark-fundamentals/README.md index 89bcbca2..dffb4b5a 100644 --- a/bootcamp/materials/3-spark-fundamentals/README.md +++ b/bootcamp/materials/3-spark-fundamentals/README.md @@ -7,6 +7,8 @@ You need to install the required dependencies in `requirements.txt` Running `pip install -r requirements.txt` will install them. > **_NOTE:_** Make sure to have spark set locally before running below. + + Running the pytest is easy. You need to run `python -m pytest` and you're good to go!