This repository contains automation scripts intended to set up and enhance developers' environment.
- Many standard data tools are designed for Linux systems.
- This repo contains a variety of scripts to automate the setup of data tools/technologies on Linux.
From the root of this repository, execute the following command in your terminal:
make deps
Expand the menu below for more details.
Expand for detailed instructions
This make command performs the following actions:
- Installs the necessary Ubuntu packages.
- Installs required Python packages.
- Configures your development environment according to our standard setup.
By following these steps, you'll have a Unix-based development environment ready to use, empowering you to work seamlessly with a variety of data tools originally designed for Linux systems.