First, clone the repository to your local machine:
git clone https://github.com/alsaibie/robotics-workshop-2024.git
cd robotics-workshop-2024
Ensure you have Python installed. This project uses Python 3.11.
For Unix/Linux/Mac:
python3 -m venv venv
source venv/bin/activate
For Windows:
python -m venv venv
venv\Scripts\activate
Install all the required packages using pip
:
pip install -r requirements.txt
Follow the tutorial to run the applications