Skip to content

coder11v/sciencefairsoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Science Fair Soil 🌱

This repository contains the code for the Science Fair Soil project.

📘 Full documentation lives in the Wiki:
👉 https://github.com/coder11v/sciencefairsoil/wiki

If you’re looking for setup instructions, system design, simulations, or explanations, start there.


Getting the Code

Clone the repository from GitHub:

git clone https://github.com/coder11v/sciencefairsoil.git
cd sciencefairsoil

Make sure you are running Python 3:

python --version

(Optional) Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate   # macOS / Linux
venv\Scripts\activate      # Windows

Install dependencies (if not on raspberry pi)


Documentation

All usage instructions, configuration options, and project explanations are maintained in the Wiki:

👉 https://github.com/coder11v/sciencefairsoil/wiki


License

See the LICENSE file for details. This code is currently only usable by permission, I may change that when I see fit