Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

64 lines (44 loc) · 2.03 KB

Development Environment Setup

Every contributor to this repository should develop in a fork.

cd ai-edge-torch
python -m venv venv
source venv/bin/activate

pip install -r dev-requirements.txt
pip install -e .

Running Tests

cd ai-edge-torch
bash ./run_tests.sh

Code Formatting

You can format your changes with our preconfigured formatting script.

cd ai-edge-torch
bash ./format.sh

Contributor License Agreement

Community Guidelines

This project follows Google's Open Source Community Guidelines.

Code Contribution Guidelines

We recommend that contributors read these tips from the Google Testing Blog: