EECS 485 Project 4: Map Reduce Quick start Check out code: git clone git@github.com:eecs485staff/p4-mapreduce-w17-public.git Install Python requirements. cd p4-mapreduce-w17-public/ source {your path here}/venv/bin/activate pip install -r reqs.txt Check out the spec under the spec/ folder.