Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 706 Bytes

Contributing to extract_facial

If you would like to contribute to extract_facial please follow these instructions to set a local development environment up

  1. Fork this repository

  2. Clone your fork of the repository

  3. Install poetry, a dependency management tool, with pip if it is not already installed:

pip install poetry
  1. Install the necessary packages for the project with this command in the root directory:
poetry install
  1. You're all set! You can now edit source code within the extract_facial directory

For larger changes like adding support for another language, please open an issue here