Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 399 Bytes

testing_datascience

Pre-requisites

You will need to have installed:

  • pyenv: to manage python versions
  • pipenv: to manage and install the python dependencies

Setup

Once you are done with the Pre-requisites you can do the setup with the next make commands:

make setup or make setup-dev