Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 503 Bytes

Open-Source-Workshop

Setup

Optional

  1. Setup a virtual environment (using python -m venv env)
  2. Activate the virtual environment
    (using source env/bin/activate on macOS/Linux and .\env\Scripts\activate on Windows)

Required

pip -r install requirements.txt

Basic usage of this project

Run python length.py --inch-to-cm 5 to convert 5 inch to cm.

yapf formatter

Run python format.py to auto-format files using yapf formatter, refer this: https://github.com/google/yapf