- Python3
- Python libraries:
absl-py
,jupyter
,yapf
andpylint
. You can install them withpip3 install <pkg> --user
. - At this moment, libraries other than
jupyter
is used only for developments.
In python
directory, run
python3 -m utils_test
- Follow Google Python Style Guide
- Also, lint checks with
pylint
and code formatting withyapf
are enforced.
Before you send a PR, please make sure your code passes tests and lint checks.
python3 ./python/bin/validate.py