- Setup a virtual environment (using
python -m venv env) - Activate the virtual environment
(usingsource env/bin/activateon macOS/Linux and.\env\Scripts\activateon Windows)
pip -r install requirements.txt
Run python length.py --inch-to-cm 5 to convert 5 inch to cm.
Run python format.py to auto-format files using yapf formatter, refer this: https://github.com/google/yapf