Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 544 Bytes

File metadata and controls

27 lines (20 loc) · 544 Bytes

Contributing to @axa-fr/axa-fr-ocr

First, ensure you have using Python 3.8.

To get started with the repository:

git clone https://github.com/AxaFrance/axa-fr-ocr.git
cd axa-fr-ocr
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

You are now ready to contribute! Run unit tests with:

cd src
python -m unittest

Pull Request

Please respect the following PULL_REQUEST_TEMPLATE.md

Issue

Please respect the following ISSUE_TEMPLATE.md