Skip to content

DSC-VJTI/Open-Source-Workshop-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages