Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 569 Bytes

I am put into a new team with none of them well versed in English. With no English documentation whatsoever; the project's source code should give me an idea I thought, yet it doesn't. Why ? the comments they are in Japanese - I decide to write a simple program to help me better understand source code by translating the comments to English.

How to emulate ?

  1. Create a python virtual environment using venv

python3 -m venv yourVirtualEnvName

  1. Install the pakage dependencies

pip install -r requirements.txt

  1. Run the Flask program

python app.py