Skip to content

RobertLucian/pixy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixy2 Driver Library

A Python driver library for the Pixy2

Installation

You first have to install the I2C driver modules. For that, you have to run:

curl -kL dexterindustries.com/update_rfrtools | bash -s -- --install-python-package --use-python3-exe-too

Valid at the given time with this commit hash from RFR_Tools, which is the repo that goes at the center of the above command.

After having installed the dependencies, go on an install the actual pixy2 driver library.

pip install git+https://github.com/RobertLucian/pixy2.git

To run this in editable mode, clone the repo and run the following sequence of commands.

virtualenv -p python .env
source .venv/bin/activate
pip install --editable .

About

A Python library for the Pixy2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages