The current repository is the official workspace of the errescuer team. Here are some basic guidelines to contribute to this project.
-
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