- Setup a virtual environment (using
python -m venv env
) - Activate the virtual environment
(usingsource env/bin/activate
on macOS/Linux and.\env\Scripts\activate
on 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