# ui_odrivetool **Repository Path**: BeASnail/ui_odrivetool ## Basic Information - **Project Name**: ui_odrivetool - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-22 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UI_odrivetool Tested on Ubuntu 18.04 - Python 3.7.7 Make sure you can run odrivetool and it can find odrive board connected. ## Repo setup ### Python env setup #### 1. Setup python environment ``` python3 -m venv env ``` #### 2. Activate python source ``` source env/bin/activate ``` #### 3. Upgrade PIP installer ``` pip install --upgrade pip ``` #### 4. Install requirements ``` pip install odrive pip install pyqtgraph pip install pyqt5 ``` #### 5. Run Python from terminal **Run Python file** ``` python3 odrivetool_UI.py ```