# 如何安裝Robot characterization ## :memo: 如何安裝 ### 1:下載Robot characterization :::info :pushpin: 下載網址 ➜ [Robot characterization](https://github.com/wpilibsuite/frc-characterization) ::: ### 2:去官網下載python3.7或以上版本 :::info :pushpin: 下載網址 ➜ [python3.8](https://www.python.org/downloads/) ::: ### 3: 新增python路境(path) :::info :pushpin: 網址➜ [How to add Python to Windows PATH](https://datatofish.com/add-python-to-windows-path/) ::: ### 4: 打開consle(終端),輸入指令 - Code block with color and line numbers: ```javascript=1 pip install frc-characterization ``` ![](https://i.imgur.com/pyIe882.png) ### 5:下載完後,輸入指令就可以使用了 - Code block with color and line numbers: ```javascript=1 frc-characterization drive new ``` ![](https://i.imgur.com/w8Gpjpl.png)