Skip to content

xenomorpheus/WizardsRod

Repository files navigation

     Wizard's Rod

A collection of drivers for equipment connected to a Raspberry Pi.

The long term aim is to make a fun project styled on a wizard's rod.


Developer
==============

Suggestion is to use virtualenv to manage project environment and dependencies

    https://realpython.com/python-virtual-environments-a-primer/
    python3 -m venv  .venv                             # Create environment
    . .venv/bin/activate                               # Activate (start using) the enviroment
    pip3 install -r requirements_development_TODO.txt  # Install packages
    cd Brain
    make

About

Wizards Rod on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published