Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1000 Bytes

Readme.md

File metadata and controls

26 lines (18 loc) · 1000 Bytes

Huan Chen's New Homework #5 (in huanchen1107/aiot_hw5)

Lecture 14: IoT Flask Web (github, vs code)

Step 1 : Development Environment Setup in aiot_hw5

  1. Please install vs code, register github, install git for windows
  2. (check-point 1) github create a new repository (aiot0524)
  3. go to vs code clone this repository (choose new branch)
  4. vs code 安裝 python extension
  5. pip install flask, pandas, sklearn
  • 快捷鍵 ctrl+shift+p ===> package manager 叫出 (git clone....)
  • 快捷鍵 ctrl+' ==> 叫出終端機
  1. (check-point 2) 為了要upload local file to github from local要終端機 C:> 設定下面 (不設定 branch default ='main')

    • C:> git config --global user.name "Huan Chen"
    • C:> git config --global user.email [email protected]
  2. C:> git remote add origin https://github.com/huanchen1107/aiot_0524.git

if you want to change git remote add origin https://github.com/huanchen1107/aiot_hw5.git git branch -M main git push -u origin main