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