Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 418 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 418 Bytes

omnidirectional_robot

Instalation

  1. Clone the repository.
git clone https://github.com/czrcbl/omnidirectional_robot
  1. Switch to project folder.
cd omnidirectional_robot
  1. Create a virtual enviroment
virtualenv -p /usr/bin/python2 venv
  1. Activate the environment
source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt