Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 221 Bytes

README.rst

File metadata and controls

10 lines (6 loc) · 221 Bytes

A minimalist example on how to get started with PySpark and Pytest

To get started and hack away, clone the repository, then

pip install -e .[test]
py.test

This should be everything you need to get started.