Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 600 Bytes

File metadata and controls

16 lines (13 loc) · 600 Bytes

DSC Datathon 2023

The current repository is the official workspace of the errescuer team. Here are some basic guidelines to contribute to this project.

Guidelines

  • The Python version should be at least Python 3.10

  • The official virtual environment configurations are declare in the requirements.txt in the given repository.

  • To create a virtual environment, venv is recommended, but feel free to use conda, miniconda or pipenv. Example:

    python3 -m venv venv
    
  • To install the whole requirements environmnet use pip.

    pip install -r requirements.txt