Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 431 Bytes

Data Technical Test

This repo contains a codebase to setup a basic python environmment including pyspark 3.2. Feel comfortable to install any libraries you feel you might need to complete the test.

Getting Started

You will need:

  • pyenv

Installation / Setup

  • Install pyenv
brew update
brew install pyenv
  • Initialization using Makefile
make init-dev
  • Open virtualenv
make shell