Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.42 KB

installation_tutorial.md

File metadata and controls

26 lines (18 loc) · 1.42 KB

Install Python 3

  1. Go to python.org. Click on the "Downloads" tab near the top, and then click to download the proper version of Python for your computer. image

  2. click on the installer file which was downloaded on your computer. Click "Modify" > "Next" and then check the box "Add Python to environment variables." image

  3. Finish the installation by clicking "Install."

  4. Restart your computer before proceeding.

Install dependencies

  1. Open the Command Prompt on your computer by typing "Command Prompt" into the search bar.

  2. Type the following command into the Command Prompt and press enter:

python -m pip install general-robotics-toolbox numpy pyqt5 protobuf==3.20.3 beautifulsoup4 ws4py pyyaml pandas openpyxl requests

Run GUI

  1. Go to https://github.com/aelias36/robotic-deep-rolling-gui, click on the green "Code" tab near the top right, and then click "Download ZIP." image

  2. Once the ZIP file downloads, right click on it in your file explorer, and then select "Extract All" to unzip the files.

  3. Within the folder, double click the file called deep_rolling_GUI.bat, which shoul open GUI.