dragosh / pylab

RaspberryPI hardware project labs :: testing purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi LAB

๐Ÿš๐Ÿ”œ๐Ÿ Home research lab repository.

This repo is meant only for try-out and initial research, it will NOT guide you through any installation of a specific hardware component.

Devices

Sensors

  • ๐Ÿ”œ
  • ๐Ÿ”œ
  • ๐Ÿ”œ

Python Project

activate/deactivate venv

python3 -m venv env
source env/bin/activate
...and...
deactivate && rm -rf env

Install deps

pip install -r requirements.txt --no-cache-dir

โ˜๏ธŽ back to top

powered by |{ustomM@de

About

RaspberryPI hardware project labs :: testing purpose


Languages

Language:Python 99.6%Language:HTML 0.4%