- Python 3.10 or higher
- Git
git clone https://github.com/HedvigInsurance/data-scientist-technical-interview-remote.git
cd data-scientist-technical-interview-remotepython -m venv venvOn macOS/Linux:
source venv/bin/activateOn Windows:
venv\Scripts\activatepip install -r requirements.txtRun the verification script to ensure everything is configured correctly:
python verify_setup.pyIf the script reports that everything is working correctly, you're ready for the interview!
If you encounter any issues during setup, please ensure:
- You're using Python 3.10 or higher (
python --version) - Your virtual environment is activated
- All dependencies installed successfully without errors