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!