# RobotAnalyzer **Repository Path**: re-wi/RobotAnalyzer ## Basic Information - **Project Name**: RobotAnalyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 | introduce ```bash git config --global user.name "ReWi" git config --global user.email "RejoiceWindow@yeah.com" ``` ```bash python.exe -m pip install --upgrade pip pip install -i https://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com pip freeze > requirements.txt pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com pip install numpy pandas -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com pip install pyside6 -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com pip install pyqtgraph -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com ```