Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Installation

samedamci edited this page Jul 7, 2020 · 4 revisions

Using pip (stable)

pip install --user ZeroSeg-Improved

From source (development)

  • Install required dev dependencies to build package.
    Debian
sudo apt install git build-essential python-dev python-pip
  • Clone repository.
git clone https://github.com/samedamci/ZeroSeg && cd ZeroSeg
  • Install dependencies from PyPI.
pip install --user spidev
  • Build package.
sudo python3 setup.py install
Clone this wiki locally