Getting Started
Welcome to the Data Science team. This guide will help you get up and running.
Prerequisites
- Python 3.9+
- Git
- Access to GitLab
Setting Up Your Environment
Clone the repository and install dependencies:
git clone <repo-url>
cd project-name
pip install -r requirements.txt
Next Steps
Once your environment is set up, explore the other guides to learn about our workflows and best practices.